@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Times New Roman, Arial, Helvetica, sans-serif;
	background: #fff; /*#acacac;*/
	margin: 50px 0 0 0;
	padding: 0;
	color: #000;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
	/*color: #619ec2;*/
	color: #000;
	text-decoration: underline; 
}
a:visited {
	/*color: #619ec2;*/
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 780px;
	background: #FFF;
	margin: 0 auto;
	border: 1px solid #d4d4d4;
}

.content {
	height:586px;
	position:relative;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.nav {
	width:780px;
	/*background:#FF0 url(yellow_bg.jpg) repeat-x;*/
	height:70px;
	bottom: 0;
	text-align:center;
	display: block;
	position: absolute;
}
.nav ul {
	list-style-type:none;
	padding-top: 20px;
}
.nav li {
	display: inline-block;
	position: relative;
	width:100px;
	text-align:center;
}
.nav li a {
	text-decoration: none;
	/*color: #619ec2;*/
	color: #000;
	font-size:11px;
	font-family: Times New Roman, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.nav li a:hover {
	text-decoration: none;
	color: #F00;
}
.nav li a:visited {
	/*color: #619ec2;*/
	color: #000;
}
li:first-letter {
	font-size: 17px;
}

li:first-letter a, li:first-letter a:visited{
	font-size: 17px;
	/*color:#619ec2;*/
	color: #000;
}
.contact {
	/*color:#619ec2;*/
	color: #000;
	text-align:center;
	font-family:"Times New Roman", Times, Arial, serif;
	font-size:13px;
}
.contact a {
	/*color: #619ec2;*/
	color: #000;
}

.size {color: #000; font-size:16px;}
.price {color: #000; font-size:16px;}
.poster {color: #000; font-style:italic; font-size:24px;}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}


/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/
/*

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0.001; /* chrome opacity transition bug */
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
*/