/* CSS Document */
body{
	padding:0;
	margin:0;
	background:url(images/main_bgr.jpg) top repeat-x;
	color:#000000;
}
.main{
	margin:0 auto;
	width:850px;
	height:613px;
	background:url(images/mirari_films.jpg) top no-repeat;
	position:relative;
}
a.watchA{
	position:absolute;
	top:170px;
	left:273px;
	width:350px;
	height:300px;
}
.watch{
	position:absolute;
	top:578px;
	left:248px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:13px;
	font-style:italic;
}
.watch a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:13px;
	font-style:normal;
	color:#000000;
}
.watch a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:13px;
	font-style:normal;
	color:#666666;
}
.contact{
	position:absolute;
	top:597px;
	left:446px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:13px;
	font-style:normal;
}
.contact a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:13px;
	font-style:normal;
	text-decoration:none;
	color:#000000;
}
.contact a:hover{
	color:#666666;
	text-decoration:underline;
}
/* Lightbox */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	
	}
/*.holder{
	margin:0 auto;
	width:850px;
	height:3px;
	position:relative;
}*/
.leightbox {
	color: #333;
	display: none;
	position: absolute;
	background-position:center;
	top: 132px;
	left: 50%;
	
	width:480px;
	height:406px;
	
	border: 0px solid #474847;
	background-color: white;
	text-align: left;
	z-index:1001;
	margin-left:-214px;
		
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
p{
	text-align:center;
	line-height:50px;
	padding:0;
	margin:0;
	padding-bottom:4px;
	position:relative;
	
}
p a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:13px;
	color:#fff;
	text-align:center;
	position:absolute;
	right:-26px;
	top:3px;
	z-index:2000;
}