#lightbox{
   letter-spacing: 1pt;
   text-decoration: none;
	position: absolute;
	/*top: 0px;
	left: 55px;*/
	top: 0px;
	left: 5px;
	width: 99%;
	z-index: 100;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	/*background-image: url(../../../pics/hg.jpg);
    background-position:center top;
    background-repeat: repeat-x;*/
	background-color: #000000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	margin-left:35px;
	/*margin-top:35px;*/
	margin-top:-5px;
	/*padding-top:50px;*/
	padding-top:30px;
	}

#imageContainer{
	padding: 4px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 10%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	z-index: 300;
	margin-left:50px;
	display: block;
	font-weight: normal;
}

#prevLink, #prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) no-repeat; }
#nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) no-repeat; } 

#prevLink{
	position:absolute;
	left:30px;
	/*top: 0px;*/
	top: 0px;
	height:17px;
	margin:0px;
	width:17px;
}		
	
	
#nextLink{
	position:absolute;
	left:50px;
	/*top: 0px;*/
	top: 0px;
	height:17px;
	margin:0px;
	width:17px;
}	

#bottomNav{ 
	position:absolute;
	left:5px;
	/*top: 30px;*/
	top: -10px;
	height:17px;
	margin:0px;
	width:17px;
}	
#bottomNavClose{ 
	color:#000000;
	position: absolute;
	left:0px;
	/*top: 0px;*/
	top: 0px;
	height:17px;
	margin:0px;
	width:17px;
}	
#imageDataContainer {
	margin: 4 auto;
	display: block;
	width:100%;
	position: absolute;
	top:12px;
	left:38px;
	font-weight: normal;
	line-height: 12px;
	color:#000000;
	}

#imageData{
	padding:0 0 0 0px;
	padding-top:0px;
	
	}
	
#imageData #imageDetails{ 
margin-left: 90px;
/*margin-top: 33px;*/
margin-top: -7px;
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
color: #FFF;
text-align: left; 
letter-spacing: 1pt;
text-decoration: none;
font-weight: normal;
}

#imageData #caption{ 
font-weight: lighter;
}




#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	/*background-color:#FFFFFF;*/
	background-image: url(../../../pics/hg.jpg);
    background-position:center top;
    background-repeat: repeat-x;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
	

.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 */
	}	
	
