#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: #006B31;
	width:1px;
	height: 1px;
	float:right;
	
	}

#imageContainer{
	background-color: #006B31;
	padding-top: 10px;
	}

#loading{
	position: absolute;
	top: 50%;
	left: 0%;
	height: 50%;
	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(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	visibility: hidden;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}


#imageDataContainer{
	font: 13px Verdana, Helvetica, sans-serif;
	background-color: #006B31;
	clear:right;
	float:right;
	line-height: 1.5em;
	
	}

#imageData #bottomNavClose{ width: 26px; float: right;  margin-top: 7px;	}	

#imageData #numberDisplay{ visibility: hidden;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 500px;
	}
	

.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 */
	}	
	
/*******************Gallery*************************/

.thumb {
	float: left;
	margin-top: 16px;
	margin-left: 10px;
	text-align: center;
	background-color: #CCCCCC;
	border: 3px solid #CCCCCC;
	_display:inline;
	height: 123px;
	width: 185px;
}

* html .thumb { 
margin-top: 8px;
	margin-left: 5px;}
.thumb:hover {
	border: 3px solid #006B31;
}
