

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#imageContainer {
	padding: 0 35px;
}
#imageContainer,
#flashContainer {
	line-height: 0;
	color: #fff;
}

#outerImageContainer,
#flashContainer {
	position: relative;
	background-color: #000;
	margin: 0 auto;
}

#outerImageContainer { 
	width: 250px; 
	height: 250px;
} 

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#imageDataContainer {
	position: relative;
	width: 250px;
	background-color: #000;
	color: #fff;
	line-height: 1em;
	margin: 0 auto;
	padding: 0 35px 35px;
}

#imageData #imageDetails {
	text-align: right;
	padding-top: 14px;
}	

#imageData #imageNav {
	position: absolute;
	top: 15px;
	right: 0;
	white-space: nowrap;
	line-height: 1em;
}

#imageData #caption {
	display: block;
	text-align: left;
	font-size: 115%;
	color: #fff;
	font-weight:bold;
}

#imageData #numberDisplay {
	float: left;
	color: #fff;
	line-height: 1.6em;
	margin-right: 10px;
}

#imageData #movie_details {
	text-align:left;
}

#imageData #movie_details a {
	color:#fff;
}

#imageData #movie_details h3 {
	font-size:115%;
}

#imageData #movie_info {
	width:215px;
	float:left;
}

#imageData #movie_links {
	float:right;
}

#imageData #movie_more {
	position:relative;
	top:25px;
	clear:both;
	background:transparent url(../../html_view/images/overlay_icon_arrow.gif) no-repeat 2px 9px;
	margin-bottom: 0;
	border-top:1px dotted #fff;
	padding:5px 0 25px 12px;
}

#imageData #movie_links li {
	line-height: 14px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-bottom: 1px;
	padding: 2px 0 2px 18px;
}

#imageData #movie_captions {
	background-image:url(../../html_view/images/overlay_icon_captions.gif);
}

#imageData #movie_download {
	background-image:url(../../html_view/images/overlay_icon_download.gif);
}

#imageData #movie_transcript {
	background-image:url(../../html_view/images/overlay_icon_transcript.gif);
}

#imageData #prevImg,
#imageData #nextImg {
	float: left;
	width: 20px;
	height: 19px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 10px;
}

#imageData #prevImg {
	background-image: url(../../html_view/images/overlay_previous.gif);
}

#imageData #nextImg {
	background-image: url(../../html_view/images/overlay_next.gif);
}

#bottomNav{
	width: 250px;
	height: 11px;
	text-align: right;
	margin: 0 auto;
	padding: 15px 0 14px;
}

#bottomNavClose img {
	position: relative;
}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

