#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: 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: -40px;
	height: 100%;
	top: 40px;
	width: 140px;
	z-index: 10;
}
#imageContainer>#hoverNav{ right: 0;}
#hoverNav a{ outline: none;}

#prevLink
{
	width: 77px;
	height: 12px;
	background: url('../../}images/prevLight.gif'); /* Trick IE into showing hover */
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 0px;
	display: block;
}
#nextLink
{
	width: 51px;
	height: 12px;
	background: url('../../}images/nextLight.gif'); /* Trick IE into showing hover */
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: 0px;
	display: block;
}
#prevLink { right: 140px; float: left;}
#nextLink { right: 90px; float: right;}
#prevLink:hover, #prevLink:visited:hover 
{ 
	background: url('../../}images/prevLight.gif'); /* Trick IE into showing hover */
	background-position: bottom left;
	background-repeat: no-repeat;
}
#nextLink:hover, #nextLink:visited:hover 
{ 
	background: url('../../}images/nextLight.gif'); /* Trick IE into showing hover */
	background-position: bottom right;
	background-repeat: no-repeat;
}


#imageDataContainer{
	font: 12px Trebuchet, Helvetica, sans-serif;
	background: #d1d1c3;
	color: #5d5d5d;
	float:none;
	padding-top: 0px;
	padding-left: 0px;
	height: 30px;
	border-top: none;
	line-height: 2.7em;
	overflow: hidden;
	margin: 0 auto;
	border-top: none;
	width: 100%
	}

#imageData{	padding:0 0px; color: #000000; 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: bold; color: #5e5e5e; font-family:Verdana; font-size: 9px; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 56px; height:12px; float: none; padding-top: 8px; padding-left: 205px; z-index: 95px	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}