#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: #f7f6f1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 0px #CCC solid;
	border-bottom:0px;
}

#imageContainer{
	padding: 10px;
	}

#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:Tahoma;
	font-size:11px;
	color:#003366;cursor:pointer;
}

#imageDataContainer{
	font: 11px Tahoma;
	background-color: #f7f6f1;
	height:20px;border-top:0px;margin:auto;
}
#image_caption{position:absolute;left:0px;background-color:#FFFFFF;overflow:auto;}
#image_caption #caption{padding:8px;font-size:12px;font-family:Arial;color:#000;}
#imageData{
	padding:0px 10px 10px 10px;
	}
#imageData #imageDetails{ width: 50%; float: left; text-align: left;padding-left:0px;padding-bottom:2px;}
#imageData #numberDisplay{ display: block; clear: left; font-weight: normal; font-size:11px; color:#333;}
#imageData #slideshowLink{ width: 38px; float: right;padding-top:1px;padding-bottom:2px;}
#imageData #bottomNavClose{ width: 38px; float: right;padding-top:1px;padding-bottom:2px;}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

.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 */
	}


