#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #36200c; background: url(../images/light_bg.png); width: 515px; height: 477px; margin: 0 auto;}
#imageContainer{ padding-top: 15px; padding-right: 40px; height: 477px; width: 515px; vertical-align: middle; display: table-cell;}
#imageContainer img{ padding-bottom: 10px;}

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }

#hoverNav a{ outline: none;}

layer {position: absolute; left: 0px; width: 100%; height: 477px; z-index: 10;}

#hoverNav {position: absolute; bottom: 0px;}
#prevLink, #nextLink{ width: 49%; height: 26px; display: block; }
#prevLink { background: url(../images/prevlabel.png) right top no-repeat; height: 26px; position: absolute; top: 422px; left: 0;}
#nextLink { background: url(../images/nextlabel.png) left top no-repeat; height: 26px; position: absolute; top: 422px; right: 0;}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	position:relative;
	top:-70px;
}

#imageData{
	padding-top: 10px;
	color: #bf9d77;
	z-index: 10;
	width: 515px;
	text-align: center;
	overflow: hidden;
}

#imageData #imageDetails{
	display:none;
	padding-bottom: 10px;
	float: left;
	text-align: left;
	width: 515px;
	text-align: center;
	overflow: hidden;
}

#imageData #caption{
	display:none;
	font-weight: bold;
	width: 515px;
	text-align: center;
	overflow: hidden;
}

#imageData #numberDisplay{
	display:none;
	clear: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	width: 515px;
	text-align: center;
	overflow: hidden;
}

#bottomNav{
	position:relative;
	height:35px;
	/*position: absolute;
	margin-left:0px;
	bottom:20px;*/
}

#bottomNavClose{
	position:absolute;
	left:50px;
	width:120px;
	height:35px;
	z-index: 200;
}	 	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background:url("../images/lightbox_bg.png") repeat;
}
