#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
#lightbox{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#imageContainer img {
	width: auto;
	height: auto;
	border: 1px solid #fff;
	padding: 1px;
	background: #fff;
}
#imageContainer a img{ border: none; display: none; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }


#outerImageContainer{ position: relative; background-color: #efd79c; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 15px 5px; }

#prevLink, #nextLink {
	overflow: hidden;
	height: 53px !important;
}

#containeri, #gallery li a { zoom: 1; }

#gallery li a { float: left; }#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{ display: none; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#caption, #numberDisplay{
	display: block;
	text-align: center;
	color: #635b5c;
	font: bold 14px/18px arial;
	padding: 8px 0;
	height: 18px;
}			


#bottomNavClose {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 53px;
	height: 53px;
	background: url('../images/design/lightbox.gif') no-repeat -106px 0;
	z-index: 999;
}

#prevLink, #nextLink {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 53px;
	height: 53px;
	margin-top: -26px;
	background: url('../images/design/lightbox.gif') no-repeat 0 0;
}

#nextLink {
	left: auto;
	right: 10px;
	background-position: -53px 0;
}
/*
#boxHeader {
	width: 600px; height: 133px;
	margin-bottom: 133px;
	background-color: #716140;
}
#hoverNav, #hoverNav a, #boxHeader, #boxHeader a { color: #E5C280; }
#imageData {
	font: 10px Verdana, Helvetica, sans-serif;
	width: 570px;
	padding-top: 70px;
}
#hoverNav {
	width: 570px; height: 33px;
	background: url('../images/design/gallery_1.jpg') no-repeat scroll top center;
	text-align: center;
	font-size: 13px;
}*/
