#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;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#bottomNavClose{position:absolute;top:-10px;right:-10px}	
#bottomNavClose img{width: 42px;height:42px;behavior:url("/stylesheets/pngbehavior.htc")}


#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#prevLink, #nextLink{
	
	height: 45px;
	display: block;
	}
#prevLink {width: 52px;float:left;background:url(/images/lightbox/prev.gif) right top no-repeat}
#nextLink {width: 52px;float:right;background:url(/images/lightbox/next.gif) left top no-repeat}
#prevLink:hover,#prevLink:visited:hover{background-position:right -47px}
#nextLink:hover, #nextLink:visited:hover{background-position:left -47px}


#imageDataContainer{
	font:bold italic 1em "Trebuchet MS",arial,sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1em;
	color:#000;
	}

#imageData{padding:5px 50px 0 50px}
#imageData #imageDetails{text-align:center; }	
#imageData #caption{}
#imageData #numberDisplay{ color:#c30;font:bold italic .75em "Trebuchet MS",arial,sans-serif;display: block;padding-bottom: 1.0em;	}			
		

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #3c4527;
	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 */
	}	
	
