#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;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/media/site/gen/transp.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/media/site/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/media/site/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	}
#imageDataContainer h1 {
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
	clear: left; 
	}
#imageDataContainer h2 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	clear: left; 
}
#imageDataContainer p {
	margin-bottom: 5px;
	font-size: 11px;
	text-align: justify;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 0px;
}
#imageDataContainer h3 {
	font-size: 10px;
	color: #999999;
	margin-bottom: 10px;
	width: 50%;
	float: left;
	padding: 0px;
	margin-top: 0px;
}
#imageDataContainer h4 {
	font-size: 10px;
	color: #999999;
	margin-bottom: 10px;
	width: 50%;
	float: right;
	text-align: right;
}
#imageData{
	color: #999999;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#imageData #imageDetails{ width: 100%; float: left; text-align: left; }	
#imageDataContainer #numberDisplay{
	float: left;
	padding-bottom: 0px;
	margin-left: 10px;
	width: 150px;
	text-align: left;
	display: block;
}
#imageDataContainer #bottomNavClose{ width: 50px; float: right;  padding-bottom: 5px;	margin-right: 10px;}		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
