#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: #000; width: 250px; 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{ height: 15px; width: 25%; float: right; z-index: 10;}   
#hoverNav a{ outline: none; text-align:right }   
  
/* change height for next and previous link */  
#prevLink, #nextLink{float: right; width: 25%; height: 15px !important; background-image: url(data:image/gif;base64,AAAA); display: block; }   
#prevLink, #prevLink:visited { background: url(../images/prevlabel.gif) no-repeat;}   
#nextLink, #nextLink:visited { background: url(../images/nextlabel.gif) no-repeat;} 
#prevLink:hover { background: url(../images/prevlabela.gif) no-repeat;}   
#nextLink:hover { background: url(../images/nextlabela.gif) no-repeat;}  

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #000; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:7px 20px; color: #fff; }
#imageData #imageDetails{ width: 60%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 15px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#bottomNavClose, #bottomNavClose:visited {background: url(../images/closelabel.gif) no-repeat;}   
#bottomNavClose:hover { background: url(../images/closelabela.gif) no-repeat;}   

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

