@charset "utf-8";

#lightbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}


img{ border: none; }
a{ text-decoration:underline; outline: none; }
a:focus { outline:none; }

#outerImageWrap{ 
	position: relative; 
	width:674px;
	height:450px;
	margin: 50px auto 0 auto; 
	background:#000; }

#outerImageContainer{
	position: absolute; 
	top:16px; 
	left:39px; 
	}

#imageContainer{
	width: 596px; 
	height: 394px; 
	}

#loading{
	position: absolute;
	top: 45%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("../images/loading.gif") center center no-repeat;
	text-indent:-9999px;
}

#outerImageWrap #hoverNav{
	position: absolute;
	top: 218px;
	left: 0;
	height: 22px;
	width: 674px;
	z-index: 90;
	overflow:hidden;
	}

#outerImageWrap #hoverNav a#prevLinkImg{ 
	position: absolute; 
	top:0; 
	left:9px; 
	width: 22px; 
	height: 22px; 
	background: url(../images/btn_prev.gif) left top no-repeat; 
	}
#outerImageWrap #hoverNav a#nextLinkImg{ 
	position: absolute; 
	top:0; 
	right:9px; 
	width: 22px; 
	height: 22px; 
	background: url(../images/btn_next.gif) right top no-repeat; 
	}

#imageDataContainer{
	display:none;
	}
/* 
#imageDataContainer{
	display:none;
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageDetails{ width: 70%; float: left; text-align: left; }	
#caption{ font-weight: bold;	}
#numberDisplay{ display: block; clear: left; }			
#detailsNav{ display: block; clear: left; padding:0 0 10px 0;	}	
#prevLinkDetails { margin:0 8px 0 0; }		
#nextLinkDetails { margin:0 8px 0 0; }
 */

	
#outerImageWrap a#closeLink {
	position: absolute; 
	top:10px; 
	right:10px;
	width:14px;
	height:14px;
	display:block;
	background:url("../images/btn_close.gif") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 450px;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
	

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