#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: #f3efd4;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav
{
	position: absolute;
	right: 0px;
	padding-right: 10px;
	bottom: -50px;
	height: 100%;
	bottom: -38px;
	width: 140px;
	z-index: 10;
}
#imageContainer>#hoverNav{ right: 0;}
#hoverNav a{ outline: none;}

#prevLink
{
	width: 71px;
	height: 18px;
	background: url('../../}images/prev.gif'); /* Trick IE into showing hover */
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 0px;
	display: block;
}
#nextLink
{
	width: 46px;
	height: 18px;
	background: url('../../}images/next.gif'); /* Trick IE into showing hover */
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: 0px;
	display: block;
}
#prevLink { right: 0px; float: right;}
#nextLink { right: 46px; float: right;}


#imageDataContainer{
	font-family: Trebuchet MS;
	font-size: 12px;
	background: #f3efd4;
	color: #5d5d5d;
	float:none;
	padding-top: 0px;
	padding-left: 0px;
	height: 30px;
	border-top: none;
	line-height: 18px;
	overflow: hidden;
	margin: 0 auto;
	border-top: none;
	width: 100%
	}

#imageData{	padding:0 0px; color: #aeaeae; height:30px; }
#imageData #imageDetails{float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; padding-left: 10px; padding-top: 0px; }
#imageData #numberDisplay{ display: ; padding: 0 0 0 10px; clear: left; font-weight: normal; color: #5e5e5e; font-family:Trebuchet MS; font-size: 13px; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose
{ 
	width: 56px; 
	height: 18px; 
	right: 184px; 
	z-index: 95;	
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #232821;
	}
