#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #EDF1EF;
	width: 250px;
	min-height: 250px;
	margin: 0 auto;
	border: 1px solid #004225;
	padding: 0 0 20px 0;
	}
	
* html #outerImageContainer{
	padding: 0 0 6px 0;
	}
	
#outerImageContainer #bottomNavClose {
	margin: 0;
	padding: 0;
	height: 20px !important;
	
	position: absolute;
	top: 10px;
	right: 10px;
}

#outerImageContainer #bottomNavClose img {
	float: left;
	margin: 0;
	padding: 0;
	height: 20px !important;
	width: 63px !important; 
}

#imageContainer{
	padding: 10px;
	padding-bottom: 0;
	}

#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: 0;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 100px;
	height: 20px !important;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink {
	position: absolute;
	left: 1px;
	top: 1px;
}

#nextLink { 
	position: absolute;
	right: 1px;
	top: 1px;
}
#prevLink { background: url(../images/prevlabel.gif) left 0 no-repeat; }
#nextLink { background: url(../images/nextlabel.gif) right 0 no-repeat; }


#imageDataContainer{
	position: relative;
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: none;	
	margin: 0 auto;
	height: 30px !important;
	top: -26px;
	}

#imageData{
	position: relative;
	padding:0;
	}
#imageDetails{ 
	width: 100%;
	height: 21px;
	line-height: 21px;
/*	border-bottom: 1px solid #004225;
	border-right: 1px solid #004225;
	border-left: 1px solid #004225;
	background-color: #EDF1EF;*/
	margin: 0;
}	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{	
	text-align: center;
		}			


/*
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;	
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
*/	


#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#outerImageContainer #caption {	
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding: 8px 0 0 0;
	line-height: 120%;
	display: block;
}
* html #outerImageContainer #caption {
	margin-bottom: 20px;
}