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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
/*	background: #000 url(../images/tinystar.gif);
 */
	border: 0;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	margin-top: 160px;
	}

#imageContainer {
	padding: 0 100px;
}

#imageData {
	margin: 0 100px;
}

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

#prevLink {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=true, src=../images/prevlabel2.png, sizingMethod='image');
	}

#nextLink{
 	/*background-image: none;*/
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=true, src=../images/nextlabel2.png, sizingMethod='image');
	}

#imageDataContainer{
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	border: 0;
	}

#imageData{
	padding: 8px 0;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #imageTitle {
	font-weight: bold;
	text-transform: uppercase;
	}
#imageData #imageCaption {
	font-weight: bold;
}
#imageData #imageMedium {
	font-size: 0.8em;
	}
#imageData #numberDisplay { 
	font-size: 0.8em;
	line-height: 1em;
	display: block; 
	clear: right; 
	float: right;  
	padding-bottom: 1.0em;	}
	
#imageData #bottomNavClose { 
	width: 66px; 
	float: right;  
	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	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 */
	}	
	