#lightbox{	position: absolute;	left: 200px; top:0px;  z-index: 1004;  line-height: 0; }
#lightbox img{ }
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; margin-left:65px; margin-top:-5px; width:400px;background:#000;}
#imageContainer{ }

#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:878px; z-index: 1005; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{   width: 49%;  margin-top:70px;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.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.png) right 15% no-repeat; }

#imageDataContainer{  position: absolute;	left: 65px; top:400px;  z-index: 100000;  line-height: 0; }

#imageData{	padding:0 10px; color: #666;   }
#imageData #imageDetails{ width: 70%; float: left; text-align: left;  display:none; }	
#imageData #caption{ font-weight: bold;  display:none;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; display:none;	 }			

#overlay{ position: absolute; top: 0; left:0; z-index: 900; width: 1000px; height: 450px; background-color:transparent; }



#imageData #bottomNavClose{   float: left;   outline: none; margin-top:-8px;}	 	



