#lightbox {
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 40px;
	width: 100%;
	z-index: 100;
}
#lightbox a img { 
	border: none; 
}

#outerImageContainer {
	background-color: #FFF;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	height: 250px;
	margin: 0 auto;
	overflow: visible;
	position: relative;
	width: 250px;
}
#outerImageContainer #navClose {
	background: #FFF url(../css/lightbox-navClose.png) no-repeat 50% 50%;
	cursor: pointer;
	display: block;
	height: 20px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 20px;
	z-index: 200;
}	

#imageContainer {
	padding: 9px;
}

#loading {
	height: 25%;
	left: 0%;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 100%;
}

#imageDataContainer {
	background-color: #FFF;
	border-color: #CCC;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	margin: 0 auto;
}

#imageData {
	padding: 0 10px;
}

#numberDisplay {
	color: #333;
	float: right;
	font: normal 1.2em/1.6em Arial, sans-serif;
	margin-bottom: 10px;
	text-align: center;
}
#numberDisplay a {
	color: #3B8EB7;
	cursor: pointer;
	text-decoration: none;
}
#numberDisplay a:hover {
	color: #000;
}
#numberDisplay li {
	background: none;
	display: inline;
	list-style: none;
	margin: 0 5px;
	padding: 0;
}
#numberDisplay #nextLink a {
	background: url(../css/content-nav-older.png) no-repeat right top;
	padding-right: 15px;
}
#numberDisplay #prevLink a {
	background: url(../css/content-nav-newer.png) no-repeat left top;
	padding-left: 15px;
}

#imageDetails { 
	float: left; 
	text-align: left; 
	width: 70%; 
}	
#imageDetails #caption { 
	color: #000;
	font: normal 1.4em/1.4em Arial, sans-serif;
	margin-top: -1px;
}
#imageDetails #details {
	color: #333;
	font: normal 1.2em/1.6em Arial, sans-serif;
	margin-bottom: 9px;
}
#imageDetails #details.search {
	background: url(../css/body-left-search.png) no-repeat;
	text-indent: 18px;
}
#imageDetails #details a { 
	color: #3B8EB7;
	cursor: pointer;
	text-decoration: none;
}
#imageDetails #details a:hover { 
	color: #000;
}		
		
#overlay {
	background-color: #E5E2D8;
	height: 500px;
	left: 0;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 90;
}

.clearfix:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}