#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#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;}

#nextLink{
	width: 49%;
	height: 100%; /* Trick IE into showing hover */
	display: block;
	background: url(../images/ctrls/next_00.gif) right 15% no-repeat transparent;
}
#prevLink{
	width: 49%;
	height: 100%; /* Trick IE into showing hover */
	display: block;
	background: url(../images/ctrls/prev_00.gif) left 15% no-repeat transparent;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/ctrls/prev_01.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/ctrls/next_01.gif) right 15% no-repeat; }


#imageDataContainer{
	background-color: #ffffff;
	color: #8C7853;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	height:40px;
	line-height:19px;
	margin: 0 auto;
	overflow:hidden;
	width: 100%;
	margin-bottom:50px;
	}

#imageData {
	padding:10px;
	padding-top:0px;
	color: #555555;
}

#imageData #imageDetails {
	width:90%;
	float:left;
	text-align:left;
}	

#imageData #caption {
	font-weight:normal;
}

#imageData #numberDisplay {
	font-weight:bold;
	display: block;
	clear: left;
	margin-left:0px;
	padding-bottom: 10px;
	padding-top:10px;
	float: left;
}
			
#imageData #bottomNavClose{
	width: 53px;
	height: 17px;
	float: right;
	margin-right:0px;
	padding-top: 10px;
	padding-bottom: 10px;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 900px;
	background-color: #5b4009;
}