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

#lightbox a img{
	border-style: none;
}

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

#imageContainer{
	padding: 1px;
	}

#imageContainer img {
}

#loading{
	color: #000033;
	text-decoration: none;
	font: normal normal 15px/15px Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#loading a{
	color: #000033;
	text-decoration: none;
	font: normal normal 15px/15px Georgia, "Times New Roman", Times, serif;
	}
#hoverNav{
}
#imageContainer>#hoverNav{
}
#hoverNav a{
	font-family: Georgia, "Times New Roman", Times, serif;
}


#imageDataContainer{
	margin: 0 auto;
	padding: 0;
	font: normal normal 12px/17px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	position: relative;
	clear: both;
	float: none;
	display: block;
}

#imageData{
	display: block;
	position: relative;
	clear: both;
	float: none;
	height: 23px;
	background-color: #f5eed7;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
#imageData #imageDetails{
	margin: 0;
	display: block;
	float: left;
	clear: none;
	position: relative;
	text-decoration: none;
	font: normal normal normal 12px/17px Georgia, "Times New Roman", Times, serif;
	padding: 3px 5px 3px 3px;
}

#imageData #imageDetails a {
	font-variant: normal;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 17px;
	color: #333;
	padding: 0 0 0 3px;
	margin: 0;
}

#imageData #imageDetails a:hover {
	font-variant: normal;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 17px;
	color: #A90000;
	padding: 0 0 0 3px;
	margin: 0;
}	
#imageData #caption{
	text-decoration: none;
	font: normal normal 12px/17px Georgia, "Times New Roman", Times, serif;
	color: #000033;
	margin: 0;
	padding: 0;
}
#imageData #numberDisplay{
	font: 12px/17px Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0 3px 0 0;
	padding: 0 3px 0 0;
	border-right: 1px solid #999;
}

#imageData #bottomNavClose{
	color: #000000;
	text-decoration: none;
	font: normal normal 12px/17px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	display: block;
	position: relative;
	clear: none;
	float: right;
	padding: 3px 5px;
}

#imageData #bottomNavClose:hover{
	color: #A90000;
	text-decoration: none;
	font: normal normal 12px/17px Georgia, "Times New Roman", Times, serif;
	display: block;
	position: relative;
	margin: 0;
	float: right;
	background-color: #e6dec1;
	clear: none;
	padding: 3px 5px;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 0.85;
}
	

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