#lightbox2{
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1000000;
	width:100%;
	text-align: center;
	line-height: 0;
	}

#lightbox2 a img{ border: none; }

#outerImageContainer2{
	position: relative;
	background-color: #788da8;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer2{
	padding: 10px 10px 10px 10px;
	}

#loading2{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav2{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
	}
#imageContainer2>#hoverNav2{ left: 0;}
#hoverNav2 a{ outline: none;}

#prevLink2, #nextLink2{
	width: 49%;
	height: 100%;
	background: transparent url(../gfx/closelabel.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink2 { left: 0; float: left; background: url(../gfx/prev.jpg) left 0% no-repeat;}
#nextLink2 { right: 0; float: right; background: url(../gfx/next.jpg) right 0% no-repeat; }

#prevLink2:hover, #prevLink2:visited:hover { background: url(../gfx/prev.jpg) left 0% no-repeat; }
#nextLink2:hover, #nextLink2:visited:hover { background: url(../gfx/next.jpg) right 0% no-repeat; }


#imageDataContainer2{
	font: 10px Tahoma, Verdana, Helvetica, sans-serif;
	color:#666666;
	padding:0px 0px 0px 0px;
	background-color: #788da8;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData2{
	padding:0 10px;
	}
#imageData2 #imageDetails2{ width: 70%; float: left; text-align: left; }	
#imageData2 #caption2{ display: block; font-weight: bold; padding:10px 0px 10px 0px;	}
#imageData2 #numberDisplay2{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData2 #bottomNavClose2{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay2{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000000;
	width: 100%;
	height: 500px;
	/*background-color: #000;*/
	background:none;
	/*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 {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

