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

.lightbox {
	list-style-type:none;
	margin:0px;
	padding:0px;
	min-height:300px;
	z-index: 12;
}
.tabbed #tabSlide #video1 iframe {
	z-index: 1;
}
.behind {
	z-index: 1;
}
.movieposterbot {
	padding-bottom: 20px;
	padding-left: 26px;
}
.movieposter {
	padding-bottom: 20px;
	padding-left: 55px;
}
.lightbox li {
	display:inline;
	z-index: 12;
}
.lightbox li img {
	display:block;
	float:left;
	margin:5px;
	width:125px;
	height:190px;
	border:3px solid #00000;
	z-index: 12;
}

#theLight, #theDark {
	display:none;
	z-index: 12;
}
#theLight {
	position:fixed;
	top:20%;
	left:50%;
	width:400px;
	margin-left:-325px;
	padding:15px;
	background-color:#fff;
	border:solid 10px #aaa;
	text-align:center;
	z-index: 12;	
}
#theLight .close {
	position:absolute;
	right:-20px;
	top:-20px;
	z-index: 12;
}
#theLight .left {
	position:absolute;
	left:-60px;
	top:50%;
	opacity:.8;
	z-index: 12;
}
#theLight .right {
	position:absolute;
	right:-60px;
	top:50%;
	opacity:.8;
	z-index: 12;
}
#theDark {
	position:fixed;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-color:#000;
	opacity:.8;
	z-index: 12;
}
#theDark p {
	background-color:rgba(100%, 100%, 100%, .5);
	color:#000;
	position:absolute;
	margin:0px;
	padding:10px;
	z-index: 12;
}
#wrapper {
	margin: 0px auto;
	width: 955px;
	background-color: #000000;
}
#bannerAd {
	margin: 0px auto;
	width: 760px;
	padding-top: 25px;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #000000;
}
p {
	font-size: 85%;
}