#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 1000; text-align: center; line-height: 0;color:#ffe400;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #000;  min-width:756px; width:756px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 0px;}
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ margin:28px 0px; height: 28px;  border:1px solid #4d4d4d; border-width:1px 0px;}
#imageContainer>#hoverNav{ }
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width:15%; height: 28px; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { float: left; background: url(lightbox_img/prev.png) left center no-repeat;}
#nextLink { float: right; background: url(lightbox_img/next.png) right center no-repeat;}

#imageDataContainer{ min-width:756px; width:756px; font: 10px Verdana, Helvetica, sans-serif; background-color: #000; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 0px; margin:28px 0px; color: #ffe400; height:28px; line-height:28px; border:1px solid #4d4d4d; border-width:1px 0px; 
			text-align:center; overflow:hidden;}
#imageData #imageDetails{ width: 90%; float: left; text-align: left;}	
#imageData #caption{width:85%;font-weight: bold; display: block; text-align:center; float:right}
#imageData #numberDisplay{width:14%;  display: block; float: left; padding-bottom: 0.0em;	}			
#imageData #bottomNavClose{ width: 9%; display: block; float: right;  text-align:right; outline: none;}	 	
#imageData #bottomNavClose img{vertical-align:top;margin-top:6px;}
#overlay{ position: absolute; top: 0; left: 0; z-index: 990; width: 100%; height: 500px; background-color: #000; }

