#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: #fff; width: 250px; height: 250px; margin: 0 auto;  -webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px; }
#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;}

#prevLink, #nextLink{ width: 49%; height: 100%; 
background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); 
display: block; }
#prevLink { left: 0; float: left;display:block;}
#nextLink { right: 0; float: right;display:block;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/prev.png) left 48% no-repeat; display:block;}
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/next.png) right 48% no-repeat; display:block;}



#imageDataContainer{margin: 0 auto;padding-top: 5px;*zoom: 1;width: 100%;-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -ms-border-bottom-left-radius: 4px; -o-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -ms-border-bottom-right-radius: 4px; -o-border-bottom-right-radius: 4px;border-bottom-right-radius: 4px;}
#imageData{	color: #ededed;padding: 0 10px; }
#imageData #imageDetails{ width: 85%;float: left;text-align: left;line-height: 1.1em; color: #ededed;}	
#imageData #caption{  font-size: 13px;font-weight: bold;line-height: 1em;color: #ededed;	}
#imageData #numberDisplay{  display: block;clear: left;padding-bottom: 1em;font-size: 12px;color: #ededed;	}			
#imageData #bottomNavClose{ width: 35px;float: right;padding-bottom: 0.7em;outline: none;cursor: pointer;}	 	

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