#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; }

#lightboxOuterImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#lightboxImageContainer{ padding: 10px; }

#lightboxLoading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#lightboxHoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lightboxImageContainer > #lightboxHoverNav{ left: 0;}
#lightboxHoverNav a{ outline: none;}

#lightboxPrevLink, #lightboxNextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#lightboxPrevLink { left: 0; float: left;}
#lightboxNextLink { right: 0; float: right;}
#lightboxPrevLink:hover, #lightboxPrevLink:visited:hover { background: url(/imgsvr/js/lib/lightbox2/prevlabel.gif) left 15% no-repeat; }
#lightboxNextLink:hover, #lightboxNextLink:visited:hover { background: url(/imgsvr/js/lib/lightbox2/nextlabel.gif) right 15% no-repeat; }

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

#lightboxImageData{	padding:0 10px; color: #666; }
#lightboxImageData #lightboxImageDetails{ width: 70%; float: left; text-align: left; }	
#lightboxImageData #lightboxCaption{ font-size: 12pt; font-weight: bold;	}
#lightboxImageData #lightboxNumberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#lightboxImageData #lightboxBottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

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