#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#fff;
	}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#fff;
	text-decoration:none;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#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("images/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;}


a#prevLinkImg, a#firstLinkImg {
	position: absolute;
	top:50%;
	left:-25px;
	width: 17px;
	height: 36px;
	margin-top:-10px;
	background-image: url( '/images/gallery/controlbl_prev2.png' );
	background-position: left top;
	background-repeat:no-repeat;
	}
	a#firstLinkImg{top:60%;
	               left:-33px;
	               width:25px;
	               background-image: url( '/images/gallery/controlbl_first2.png' );}
	
*html a#prevLinkImg{
	top:300px;
	margin:0;
	background-image: url( '/images/gallery/controlbl_prev2.gif' );
	}
	
*html a#firstLinkImg{
	top:360px;
	margin:0;
	background-image: url( '/images/gallery/controlbl_first2.gif' );
	}
	
a#prevLinkImg:hover {
	cursor:pointer;
	background-image: url( '/images/gallery/controlbl_prev2_roll.png' );
	}
	
*html a#prevLinkImg:hover {
	background-image: url( '/images/gallery/controlbl_prev2_roll.gif' );
	}
	
a#firstLinkImg:hover{cursor:pointer;
                     background-image: url( '/images/gallery/controlbl_first2_roll.png' );}
                     
*html a#firstLinkImg:hover{background-image: url( '/images/gallery/controlbl_first2_roll.gif' );}
	
a#nextLinkImg, a#lastLinkImg {
	position: absolute;
	top: 50%;
	margin-top:-10px;
	right:-25px;
	width: 17px;
	height: 36px;
	background-image: url( '/images/gallery/controlbl_next2.png' );
	background-position: right top;
	background-repeat:no-repeat;
	}
	a#lastLinkImg{ top:60%;
	               right:-33px;
	               width:25px;
	               background-image: url( '/images/gallery/controlbl_last2.png' );}
	               
*html a#lastLinkImg{top:360px;
                    margin:0;
	                background-image: url( '/images/gallery/controlbl_last2.gif' );}

*html a#nextLinkImg{
	top:300px;
	margin:0;
	background-image: url( '/images/gallery/controlbl_next2.gif' );
	}	               
a#nextLinkImg:hover {
	cursor:pointer;
	background-image: url( '/images/gallery/controlbl_next2_roll.png' );
	}
*html a#nextLinkImg:hover {
	background-image: url( '/images/gallery/controlbl_next2_roll.gif' );
	}
	
a#lastLinkImg:hover{cursor:pointer;
	                background-image: url('/images/gallery/controlbl_last2_roll.png');} 
	                
*html a#lastLinkImg:hover{
	                background-image: url('/images/gallery/controlbl_last2_roll.gif');} 
	              
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageDetails{ width: 100%; float: left; text-align: left; }	
#caption{ font-weight: bold;
	color:#fcb040;
	float:left;	}
#numberDisplay{ display: block; float:right;}			
#detailsNav{ display: block; clear: left; padding:5px 0 10px 0; text-align:right;	}	
#prevLinkDetails { margin:0 8px 0 0; }		
#nextLinkDetails { margin:0 8px 0 0; }		
#slideShowControl {
	text-decoration:underline;
	}

#close {
	position:absolute;
	right:-20px;
	z-index:100;
	top:-20px;
	width:50px;
	height:50px;
	}
#closeLink {
	display:block;
	margin:0;
	text-indent:-9999em;
	padding:0 0 0 0;
	text-decoration:none;
	position:relative;
	width:50px;
	height:50px;
	background-image: url( '/images/gallery/close.png' );
	cursor:pointer;
	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	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 */
	}	
	