#lightbox{
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox a img{ border: none; }
#lightboxImage{ padding:2px; margin:2px; }
#outerImageContainer{
	position: relative;
	background-color: #000;
	width: 450px;
	height: 450px;
	margin: 0 auto 0 auto;
	}
#topClose { text-align:right; margin:4px;}
#imageContainer{ padding: 0; text-align:right; }
#loading{
	position: absolute;
	top: 40%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#prevLinkDiv { position: absolute; top:45%; left:40px; min-width:50px; z-index:150;}
#nextLinkDiv { position: absolute; top:45%; right:40px; min-width:50px; z-index:150; }
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	}
#imageData{ padding:0 4px; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; color:#fff; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 4px;	}				
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
	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 */
	}	
	