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

#lightbox img{ width: auto;	height: auto;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	clear: left;
	}

#imageContainer{padding: 10px;}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#imageDataContainerTop{
	font: x-small Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.3em;
	overflow: auto; 
	width: 100%	;
	}

#imageDataTop{
	padding: 1.0em 1.0em 0.5em 1.0em; 
	color: #666; 
	display: block;  
	width: 90%; 
	float: left; 
	text-align: center;
	}

#imageDataTop #caption{ font-weight: bold;	}

#imageDataContainerBottom{
	font: x-small Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.3em;
	overflow: auto; 
	width: 100%; 
	clear: left;
	}

#imageDataBottom{float: left; padding:0em 0.5em 0.2em 0.5em; color: #666; width:95% }
#imageDataBottom #imageDetailsBottom{ width: 90%; float: left; text-align: left; }
#imageDataBottom #caption{ font-weight: bold;	}
#imageDataBottom #numberDisplay{ display: block; clear: left; padding-bottom: 0.4em;	}
#imageDataBottom #bottomNav {width:98%; display: block; clear: left; padding-bottom: 0em;}
#imageDataBottom #bottomNav #closeLink{ width: 80px; float: right;  padding-bottom: 0em; outline: none;  text-align:right; }
#imageDataBottom #bottomNav #prevLink{ width: 80px; float: left; padding-bottom: 0em; outline: none;  text-align:left;}
#imageDataBottom #bottomNav #nextLink{ width: 80px; float: left; padding-bottom: 0em; outline: none;  text-align:left;}
#prev, #next {background-color:#FFFFFF; color:#515151; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1.2em; font-weight:bold; text-align:left; }
#close {background-color:#FFFFFF; color:#515151; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1.2em; font-weight:bold; text-align:right; }
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height:500px;
	background-color: #000;
	filter:alpha(opacity=60);
	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 */
	}	
	
