#lightbox {
	position: absolute;
	z-index: 100;
	line-height: 0;
	color:#151410;
	width:467px;
	height:372px;
}

#lightbox-inner {
	padding-top:1px;
	height:357px;
	position:relative;
	background:#f0f0f0;
	background:url(../img/lightbox-container.png);
	padding: 7px;
	width:453px;
	height:358px;
}

* html #lightbox-inner {
	background-image: expression('none'); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/lightbox-container.png', sizingMethod='fixed') !important;
	background-position:left top !important;
	background-repeat:no-repeat !important;
}

#lightbox a img { border: none; }

#outerImageContainer {
	position:relative;
	width:368px !important;
	height:277px !important;
	margin:0 auto;
	margin-top:39px;
	display:block;
	cursor:pointer;
}

* html #outerImageContainer {
	margin-top:50px;
}

*+html #outerImageContainer {
	margin-top:50px;
}

#imageContainer {
	padding:0;
}

#loading{
	position: absolute;
	top: 40%;
	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(../img/loading.gif) center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}

#hoverNav a{ outline: none; display:none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	width:auto !important;
	height:1px;
	position:relative;
}

#imageData {
	padding:10px 0 0 0;
	height:30px;
	width:100%;
	position:absolute;
	z-index:999px;
	bottom:10px !important;
	left:0;
}

#imageDetails{text-align: left; }	
#caption{ font-weight: bold; display:none;}
#numberDisplay{ display:none; clear: left; }			
#detailsNav{ display: block; padding:0; width:100%;}	
#prevLinkDetails {
	font:14px/16px Tahoma;
	color:#184566;
	float:left;
	padding-left:42px;
	text-decoration:none;
	display:block;
	cursor:pointer;
	position:relative;
	z-index: 999;
}

#prevLinkDetails:hover {
	text-decoration:underline;
}
	
#nextLinkDetails:hover {
	text-decoration:underline;
}	
		
#nextLinkDetails {
	font:14px/16px Tahoma;
	color:#184566;
	float:right;
	padding-right:42px;
	text-decoration:none;
	display:block;
	cursor:pointer;
	position:relative;
	z-index: 999;
}		

#closeLink {
	background:url(../img/close.gif);
	width:17px;
	height:17px;
	position:absolute;
	top:-300px;
	right:50px;
	cursor:pointer;
	display:block;
	text-indent:-99999px;
	z-index: 999;
}	
#closeLink {top:0px;}
#closeLink {top:-300px; #}

		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #151410;
	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 */
	}	
	
#lightbox img{ border:1px solid #bac5cb; padding:1px; clear: both; margin:0 auto; display:block;} 
	
	
