@charset "utf-8";
/* CSS Document */
* {padding:0; margin:0;}

body {
	background-color:#000000;
	background-repeat:no-repeat;
	font:85% Verdana,Tahoma,Arial,sans-serif;
	}
ul {
	margin-left:6px;
	list-style:none;
	position:absolute;
	top:110px;
	}
li a {
	text-decoration:none;
	color:#CCCCCC;
	line-height:1.0em;
	font-size:1.3em;
	font:"Arial Black", Gadget, sans-serif;
	font-weight: bold;
	}
li a.current {
	color:#3DAAFE;
	}
li a:hover {
	color:#3DAAFE;
	}
li a.active {
	color:#3DAAFE;
	}
.right {
	width:100%;
	}
.right-content {
	margin:80px auto;
	width:540px;
	padding-left:100px;
	padding-right:100px;
	}
.right-content p {
	width:540px;
	font-size:.9em;
	margin:0 auto;
	}
.right-content p.movie {
	width:740px;
	margin-bottom:10px;
	}
.right-content p.movie-text {
	margin:0 auto;
	height:170px;
	}
.right-content p.movie-text img {
	float:left;
	}
.right-content p a, .right-content p a:visited {
	color:#000000;
	}
img.title {
	position:absolute;
	top:0;
	left:0;
	}
.center {
	width:600px;
	height:500px;
	margin:0 auto;
	}
div.info{
	color:#FFFFFF;
	font:25% Verdana,Tahoma,Arial,sans-serif;
	margin-left:9px;
	list-style:none;
	position:absolute;
	top:235px;
	}
div.info a:link{
	color:#3daaff;
	}
	.info a:hover{
	color:#FFF;
	}
#about{
	text-align:justify;
	width:550px;
	color:#F4F4F4;
	font:85% Verdana,Tahoma,Arial,sans-serif;
	top:30px;
	margin-top:25px;
	margin-left:275px;
}
	A:link {text-decoration: none}
	A:visited {text-decoration: none}
	A:active {text-decoration: none}
	A:hover {text-decoration: none}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
