#lightbox {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 800px;
	height: 440px;
	z-index: 100;
	text-align: center;
	line-height: 0em;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	top: 20px;
	position: relative;
	border: 1px solid #9f9f9f;
	width: 250px;
	height: 250px;
	margin: 0px auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: relative;
	top: 180px;
	margin-left: 93px;
	margin-right: 93px;
	height: 36px;
	width: 624px;
}
/*#imageContainer>#hoverNav {
	left: 0px;
}*/
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 15%;
	height: 100%;
	background: transparent url(../images/navigation/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	background: url(../images/navigation/prev.gif) left 0px no-repeat;
	left: 0px;
	float: left;
}
#nextLink {
	background: url(../images/navigation/next.gif) right 0 no-repeat;
	right: 0px;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/navigation/prev.gif) left 0px no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/navigation/next.gif) right 0 no-repeat;
}
#imageDataContainer {
	top: 360px;
	left: 93px;
	position: absolute;
	font: .75em 'Lucida Grande', Verdana, Helvetica, sans-serif;
	margin: 0px auto;
}
#imageData {
	padding:0px 10px;
}
#imageData #imageDetails {
	width: 100%;
	float: left;
	text-align: left;
}
#imageData #numberDisplay {
	display: block;
	float: left;
	font-weight: bold;
}
#imageData #bottomNavClose {
	float: right;
}
#imageData #bottomNavClose img {
	width: 140px;
}
#imageData #caption {
	width: 100%;
	float: left;
	padding-top: 0.25em;
	text-align: left;
}
#overlay {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.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 */
}