#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 2000; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background:#231F20; width: 250px; height: 250px; margin: 0 auto; border-left:1px solid #A7A9AC; border-right:1px solid #A7A9AC; border-top:1px solid #A7A9AC;}
#imageContainer{ padding: 15px; }

#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 { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif;  background:#231F20; margin: 0 auto 10px; line-height: 1.4em; overflow: auto; width: 100%; border-left:1px solid #A7A9AC; border-right:1px solid #A7A9AC; border-bottom:1px solid #A7A9AC; }

#imageData{	padding:0 15px; color: #666; }
#imageData #imageDetails{ width: 100%; float: left; text-align: left; }	
#imageData #caption{	color: #eba32a !important; font-weight: bold; display: block; font-size: 12px; text-align: center;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#imageData #bottomNav{float:left; width:100%; padding:10px 0 15px;}

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

#prevLinkBottom, #nextLinkBottom{
	width: 90px;
	border: 1px solid #969696;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	text-decoration: none;
	color:#939393;
	text-align: center;
	padding:11px 0;
	display: block;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
}

#prevLinkBottom:hover, #nextLinkBottom:hover{
	color:#fff;
	border: 1px solid #fff;	
}

#prevLinkBottom{margin:0 5px 0 0; float: right;}
#nextLinkBottom{margin:0 0px 0 5px;}

#bottomNavLeft, #bottomNavRight{
	float:left;
	width:50%;
}

#bottomNavRight{float:right; text-align: left;}