#lightbox{ color: gray; position: absolute; top: 40px; left: 0; width: 100%; z-index: 999; text-align: center; line-height: 0; }

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: white;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}
#imageContainer img { border: solid 1px #808080; }
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#loading img { width: auto; height: auto; }
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	width: 49%;
	height: 100%;
	display: block; }
#prevLink { left: 0; float: left;}
#nextLink {
	right: 0;
	float: right;
	margin-right: -2px; }
#prevLink, #prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) no-repeat left 10px; }
#nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) no-repeat right 10px; }

#imageDataContainer{ font: 11px/13px Arial; background-color: white; margin: 0 auto; }

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; padding-bottom: 10px; }	
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{
	height: 15px;
	display: block;
	clear: left;
	padding-top: 3px;
	_padding-top: 12px; }			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	overflow: hidden;
	height: 500px;
	background-color: black;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;}
	
html>body #overlay {
	background-color: transparent;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: left 0; }

.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 */
	}	
	
