#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100000; 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;}

#lightboxImageOver {position: absolute; top: 0px; left: 30%; width: 40%; height: 100%; background-image: url(data:image/gif;base64,AAAA); *background-image: url(data:image/gif;base64,AAAA);}

#prevLink, #nextLink { width: 30%; height: 100%; background-image: url(data:image/gif;base64,AAAA); *background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block;}
#prevLink { left: 0; margin-left: 10px; margin-top: 10px; float: left;}
#nextLink { right: 0; margin-right: 10px; margin-top: 10px; float: right;}

#prevLinkPanel, #nextLinkPanel {width: 100%; height: 100%; background-image: url(data:image/gif;base64,AAAA); *background-image: url(data:image/gif;base64,AAAA);}

#prevLink:hover #prevLinkPanel, #nextLink:hover #nextLinkPanel {background:#888888; filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;cursor:pointer;}

#prevLink #prevLinkBox, #nextLink #nextLinkBox { display: none;}
#prevLink:hover #prevLinkBox, #nextLink:hover #nextLinkBox { display: block;}
#prevLinkBox { position: absolute; left: 0; top: 40%; float: left; width: 50px; height: 20%; background: #FFFFFF;}
#nextLinkBox { position: absolute; right: 0; top: 40%; float: right; width: 50px; height: 20%; background: #FFFFFF;}

#prevLinkTextImg { position: absolute; top: 42%; left: 0px;}
#nextLinkTextImg { position: absolute; top: 42%; right: 0px;}
#prevLinkText { position: absolute; top: 49%; left: 40px; white-space: nowrap; }
#nextLinkText { position: absolute; top: 49%; right: 40px; white-space: nowrap; }

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

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 100px; float: left; text-align: left; }	
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			

#imageData #imageTexts{ text-align: left; clear: both; }    
#imageData #imgCaption{ font-weight: bold; font-size: 18px; margin-bottom: 4px; }
#imageData #imgDescription{   }

#imageData #bottomNavClose{ clear: both; width: 150px; float: right; text-align: right; padding-bottom: 0.7em; outline: none; white-space: nowrap;font-size:14px;font-weight:bold;color:#888888;text-decoration:none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 99999; width: 100%; height: 500px; background-color: #000; }

#closeText { padding-right: 6px;};
