/* LIGHTBOX */ 

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

#lightbox a img{ border: none; }


#imageData a.closelink, a.closelink:visited, a.closelink:active { 
padding-left:10px;
padding-top:2px;
padding-bottom:2px;
padding-right:10px;
color:#FFFFFF;
font-size:10px;
text-transform:lowercase;
background-color:#8a8a8a;
display:inline;
font-weight:bold;
height:17px;
overflow:hidden;
text-decoration:none;
} 

#imageData a.closelink:hover { 
padding-left:9px;
padding-top:1px;
padding-bottom:1px;
padding-right:9px;
border:1px solid #8a8a8a;
background-color:#FFFFFF;
color:#000000;
} 

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border:1px #8a8a8a solid;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	}
	
#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 { position:absolute; left: 0; float: left;}
#nextLink { position:absolute; right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { 
background-image: url(../images/blank.gif);
background-position:0% 15%; 
background-repeat:no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
background-image: url(../images/blank.gif);
background-position:97% 15%; 
background-repeat:no-repeat; 
}

#imageDataContainer{
	color:#FFFFFF;
	margin: 0 auto;
	padding-top:10px;
	line-height: 1.4em;
	}

#imageData{
	padding:0 0px;
	}
#imageData #imageDetails{ width: 100%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; float:right; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color:#FFFFFF;
	}	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	