#lightbox {
	position: absolute;
	left: 0;
	margin-top:-54px;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
	margin-top:-4px;
}
#outerImageContainer {
	position: relative;
	background-color: #ebd1c2;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding:2px;
	border: 1px solid #ebd1c2;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#imageDataContainer {
	width: 100%;
	margin: 0 auto;
	padding:2px;
	background-color: #ebd1c2;
	overflow: auto;
	font: 13px Times New Roman, Times, serif;
	line-height:18px;
	letter-spacing: 1px;
	border: 1px solid #ebd1c2;
}
#imageData {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	padding-bottom:10px;
	color: #666666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
	padding-bottom:10px;
}
#imageData #caption {
	font-weight: normal;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			
#imageData #bottomNavClose {
	width: 75px;
	float: right;
	padding: 0px 6px 0px 0px;
	outline: none;
}	
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #a79082;
}
