#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;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#navClose{
	position: absolute;
	top: 10;
	left:0;
	right:10px;
	width: 100%;
	z-index: 10;
	margin:0px 0px 0px 0px;
	}

#hoverNav{
	position: absolute;
	top: 90px;
	left: 0;
	height: 100px;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none; }

#prevLink, #nextLink{
	margin-top:40px;
	width:50px;
	height:55px;
	background: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
	
#prevLink { left: 0; float: left; padding-top:10px; padding-left:10px;}
#nextLink { right: 0; float: right;padding-top:10px; padding-right:10px;}

#prevLink { background: url(img/prev.gif) left 9px no-repeat; }
#nextLink { background: url(img/next.gif) right 9px no-repeat; }

#bottomNavClose{float:right; padding:0px 9px 0px 0px;  }	


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ text-align: left;  }	
#imageData #imageDetails IMG { margin:0px 3px 2px 0px; border:solid 1px white; }	
#imageData #imageDetails IMG.active { border:solid 1px black; }

#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 10px;	}			

		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	height: 1%;
	}	
	