#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: #f6f6f6;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#imageContainer{
	padding: 10px 10px 50px 10px;
	}
#prevLink, #nextLink{
	color: #005fa1;
	border: none !important;
	line-height: 20px;;
	text-decoration: underline;
	font-size: 11px;
	position: absolute;
	bottom: 15px;
	height: 20px;
	display: block;
	}
#prevLink{
	background: url(../images/prev.gif) no-repeat left;
	padding: 0 0 0 30px;
	left: 10px;
	}
#nextLink{
	background: url(../images/next.gif) no-repeat right;
	padding: 0 30px 0 0;
	right: 10px;
	}
#imageContainer a:hover {
	text-decoration: none;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#loadingLink {
	border: none !important;
}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #c4c6c7;
	margin: 0 auto;
	padding-top: 10px;
	}
#imageData{
	padding: 0;
	color: #fff;
	}
#imageData #imageDetails{
	width: 70%; 
	float: left; 
	text-align: left; 
	padding:0 0 0 10px; 
	}	
#imageData #caption{ font-weight: bold;	} 

#imageData #numberDisplay{
	display: block; 
	clear: left; 
	padding: 1.0em 0;	
	}			
#imageData #bottomNavClose img 
{
	width:73px; 
	float: right; 
	padding: 10px 0; 
	display: block;
	}	
#imageData a, #imageData a:visited {
 border: none !important;
}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #b5b8b9;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	}
	

.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 */
	}	
.left {float:left; margin:0 8px 8px 0;}
.right {float:right; margin:0 0 8px 8px;}	