#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: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#imageContainer{
	padding: 20px 20px 10px 20px;
	}
#imageData #bottomNav{
	width: 100%;
	}
#prevLink, #nextLink{
	color: #005fa1;
	border: none !important;
	line-height: 20px;
	text-decoration: underline;
	text-indent: -9999px;
	font-size: 11px;
	display: block;
	position: absolute;
	top: 2px;
	}
#prevLink{
	background: url(../images/thickbox-back.gif) no-repeat right;
	width: 18px;
	height: 27px;
	left: 20px;
	}
#nextLink{
	background: url(../images/thickbox-next.gif) no-repeat left;
	width: 19px;
	height: 29px;
	right: 20px;
	}
#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: #000;
	margin: 0 auto;
	padding-top: 10px;
	}
#imageData{
	padding: 0 0 20px;
	color: #fff;
	position: relative;
	width: 100%;
	}
#imageData #imageDetails{
	text-align: left; 
	padding: 0 60px; 
	font-weight: bold;
	}	
#imageData #caption{
	display: block; 
	padding: 10px;
} 
#imageData #numberDisplay{
	display: block; 
	float: right;
	padding: 10px;
}			
#bottomNavClose img {
	width: 24px;
	height: 24px; 
	display: block;
	position: absolute;
	top: -6px;
	right: -6px;
	}	
#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;}	