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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	top: 100px;
	background-color: #f7f6f1;
	width: 450px;
	height: 250px;
	margin: 0 auto;
	border: 1px #CCC solid;
	border-bottom:0px;
	left: 100px;
	}

#imageContainer{
	padding: 10px;
	
	}

#loading{
	position: absolute;
	top: 50%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	}
#hoverNav{
	
	top: 0;
	left: 200px;;
	height: 0px;
	width: 0px;
	z-index: 0;
	}
#imageContainer>#hoverNav{ left: 200px;}
#hoverNav a{ outline: none;left: 200px;}

#prevLink { left: 0;  }
#nextLink { right: 0; }
#prevLink2, #nextLink2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#687c2d;
	font-weight:bold;
         cursor:pointer;
         }

#imageDataContainer{
	font: 14px Arial, Helvetica, sans-serif;
	background-color: #f7f6f1;
	height: 50px;
	border:1px #ccc solid;
	border-top:0px;
	position: relative;
	margin: 0 auto;
	left: 100px;
	top: 100px;
	
	}
	

#imageData{
	padding:0px 10px 10px 10px; left: 200px;;
	}
#imageData #imageDetails{ width: 60%; float: left; text-align: left; left: 50px; }
#imageData #caption{ font-weight: bold; font-size:11px; color:#666; max-height:20px; }
#imageData #numberDisplay{
	
	 float: left; text-align: left;
}
#imageData #slideshowLink{ width: 55px; float: right; padding:5px 0px 0 0px;left: 200px;}
#imageData #bottomNavClose{ width: 55px; float: right; padding:5px 0px 0 0px;  }

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

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

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

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

