#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; }
#imageContainer{ padding: 2px 2px 2px 2px; }

#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,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink {position:relative; top:100; left: 0; float: left;}
#nextLink {position:relative; top:100; right: 0; float: right;}
#prevLinkLabel {position:relative; float:left; left:2px; top:50px; width: 66px; height:15px; background-color: #fff;}
#nextLinkLabel {position:relative; float:right; right:2px; top:50px; width: 66px; height:15px; background-color: #fff;}

#imageDataContainer{background-color: #fff; margin: 0 auto; overflow: auto; width: 100%; }
#imageData #imageDetails{width: 100%; text-align: center; background-color: #fff;}
#imageData #bottomNav{ top:-37px; position:relative; float:right; width: 42px; background-color: #fff; font-weight: bold;}
#imageData #numberDisplay{ display: block; padding-bottom: 1.0em; padding-top: 3px;}
#imageData #bottomNavClose{padding-bottom: 0.7em;}

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

.lightText{
	font: 10px Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}

.lightText a{
	text-decoration:none;
}

.nd{
	font-weight:normal;
}