#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background: #fff;
	padding: 7px 10px 45px 10px;
	}

#imageContainer{
	padding: 0;
	text-align: center;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: relative;
	top: 12px;
	}
#hoverNav a, #hoverNav a:visited
{
	color: #fff !important;
	text-decoration: none;
}
#hoverNav a:hover
{
	text-decoration: underline;
}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	color: #0055a5;
	position: relative;
	background: #fff;
	padding: 7px 10px 0 10px;
	}

#imageData{
	
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption
{
	font-weight: bold;
	text-align: left;
}
#imageData #numberDisplay{ display: none;}			
#imageData #bottomNavClose
{
	display: block;
	color: #0055a5 !important;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	font-size: 1.4em;
	background: url(/images/lightbox/close.gif) no-repeat right;
	padding-right: 28px;
}	
#imageData a#bottomNavClose:hover
{
	text-decoration: none;
}
a#prevLink,
a#nextLink
{
	display: block;
	color: #0055a5 !important;
	text-decoration: none !important;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	font-size: 1.4em;
}
a#prevLink
{
	background: url(/images/lightbox/prev.gif) no-repeat left;
	padding-left: 28px;
	float: left;
}
a#nextLink
{
	background: url(/images/lightbox/next.gif) no-repeat right;
	padding-right: 28px;
	float: right;
}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #1e1e1e;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
