#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 150; 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; z-index: 10; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 20px; left: 0; height: 90%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none; }

#prevLink, #nextLink{ width: 49%; 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/site/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../_images/site/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageDataContainerTop{ height: 20px; font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0px 10px 0px 10px; line-height: 1.4em; z-index: 20; text-align: left; }
#imageDataContainerTop #caption{ font-size: 11px; float: left; color: #828282; margin: 7px 0px 0px 0px;	}
#imageDataContainerTop #topNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; z-index: 25;}	

#imageData{	position: relative; height: 35px; padding:0 10px; color: #666; }
#imageData #imageDetails{ position: absolute; top: 5px; left: 10px; width: 70%; float: left; text-align: left; z-index: 10;}	
#imageData #imageDetails #captionBottom { color: #52aae8; font-weight: bold; }
#imageData #numberDisplay{ color: #828282; font-weight: bold; font-size: 16px; padding: 5px 7px 0px 7px; }			


#bottomNavNumbers { position: relative; width: 90px; margin: auto; padding: 0px 27px 0px 27px; height: 35px; z-index: 20; text-align: center;}

#prevLinkBottom, #nextLinkBottom { position: absolute; top: 0px; width: 27px; height: 25px; display: block; }
#prevLinkBottom { left: 0px; background: url(../_images/site/lightbox/prevlabel_bottom.gif) top no-repeat;}
#nextLinkBottom { right: 0px; background: url(../_images/site/lightbox/nextlabel_bottom.gif) top no-repeat;}
#prevLinkBottom:hover, 
#nextLinkBottom:hover { background-position: bottom; } 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 140; width: 100%; height: 500px; background-color: #c2e4ff; }

