#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;
	border: 1px solid #6f0000;
}
#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,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink {
	float: left;
	left:1;
	top:1;
	background-image: url(../images/previous_A.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}
#nextLink {
	float: right;
	right:1;
	top:1;
	background-image: url(../images/next_A.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(../images/previous_B.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(../images/next_B.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
}

#imageDataContainer{
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8DB326;
	border-bottom-color: #8DB326;
	border-left-color: #8DB326;
}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; padding-top:6px; padding-bottom:6px; margin:0px; }	
#imageData #caption{ padding-top:6px; padding-bottom:6px; margin:0px; color:#6f0000; }
#imageData #numberDisplay{ display: block; clear: left; font-size:11px; padding-top: 6px; padding-bottom: 6px; color:#8DB326;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none; padding-top:8px; padding-bottom:8px; margin:0px; }	

#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none; padding-top:8px; padding-bottom:8px; margin:0px; }	 	

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

