#lightbox{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #000000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 5px #3a3a3a solid;
border-bottom:5px #3a3a3a solid;
	}

#imageContainer{
	padding: 25px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	z-index: 0;
	}
#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: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink2, #nextLink2 {
	font-family:  verdana, arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color:#66ffff;
	font-weight:bold;
         cursor:pointer;
         }

#imageDataContainer{
	font: 12px verdana, arial, sans-serif;
	background-color: #000000;
	height: 60px;
	
	border:0px #000000 solid;
border-top:0px;
margin:auto;
	}

#imageData{
	padding:10px 10px 10px 10px;
	}
#imageData #imageDetails{ width: 50%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; font-size:12px; color:#c0c0c0; margin-bottom: 5px;  }
#imageData #numberDisplay{ display: block; clear: left; font-weight: normal; margin-top: 5px; font-size:12px; color:#cc3300; padding-bottom: 0px; }
#imageData #slideshowLink{ width: 110px; height: 14px; margin-right: 20px; float: right; margin-top:12px; padding:5px 0px 0px 0px;}
#imageData #bottomNavClose{ width: 55px; height: 14px; float: right; margin-top:12px; padding:5px 0px 0px 0px; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 520px;
	background-color: #0000;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}