#lightbox{
	position: absolute;
	margin:0;
	padding:0;
	text-align: center;
	line-height: 0;
	margin-top:40px;
	margin-left:60px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	border-top:1px solid #fff;	
	border-left:1px solid #fff;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #c0bea7;
	background: url(../images/bg_pop.gif) left 0% repeat-x #c0bea7;
	z-index: 300;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	/*background-color: #fff;*/
	margin: 0 auto;
	background-color: #c0bea7;
}

#imageContainer{
	padding: 10px;
	font-size: 10px;
	line-height: 12px;
	margin-top:40px;
	min-height:320px;
	overflow:auto;
}

#imageContainer img{
	padding-right: 5px;
	padding-top: 5px;
}

#imageContainer p{
	font-family: Arial, Helvetica, sans-serif;
}

/*
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	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;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	/*font: 10px Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*background-color: #fff;*/
	background-color: #c0bea7;
	margin: 0 auto;}

#imageData{
	padding:0px;
	margin:0px;
	}
#imageData #imageDetails{ 
	float: left; 
	text-align: center;
	color:#000;
	background-color: #c0bea7;
	padding-top:20px;
	padding-left:10px;
}	
#imageData #caption{ 
	font-weight: bold;
}

#imageData #numberDisplay{ 
	clear: left;
	padding-bottom:0px;
}			
#imageData #bottomNavClose{
	
}	

#bottomNavClose{
	
}

#bottomNav{
	text-align:right;
}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 290;
	width: 100%;
	height: 0px;
	background-color: #364130;
	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 */
	}	
