#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 1020; 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: 37px; left: 0; width: 100%; z-index: 10; height:20px;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none; }

#prevLink, #nextLink{ width: 49%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ }
#prevLink { left: 0; float: left; background: url(../images/prevlabel.gif) left 30% no-repeat; }
#nextLink { right: 0; float: right; background: url(../images/nextlabel.gif) right 30% no-repeat;height:20px;}

#imageDataContainer{ position:relative;  background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: hidden; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 100%; float: left; text-align: left; }	
#imageData #caption{ color:#666666; font-size:0.92em; padding-bottom:15px; float:left; }

#imageData #caption p{ margin-bottom:10px;}


#imageData #numberDisplay{ font-family:Arial, Helvetica, sans-serif;float:right; display: block; clear: none; padding-bottom: 1.0em;	color:#333332; font-size:0.92em;}
#imageData #numberDisplay span{ font-weight:bold;}
#imageData #bottomNav{   width: 95px; height:100%; float: right;  padding-bottom:15px;  }	
#imageData #bottomNavClose{width: 95px; float: left;display: block; padding-top:0px;}
	
#topNav{float:right; text-align:right; position:absolute; top:0; right:0;}	
#topNavClose{float:right; text-align:right; z-index:90000;}
/*
html[xmlns*=""] body:last-child #imageData #bottomNavClose{ position:absolute; width: 66px; bottom:-80px; right:10px; padding-bottom: 0.7em; outline: none; }
*/
#overlay{ position: absolute; top: 0; left: 0; z-index: 1010; width: 100%; height: 500px; background-color: #000; }




