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

#lightbox a img{ border: none; }

#outerImageContainer     { background-color: transparent; margin: 0 auto; position: relative; width: 250px; height: 250px; border: solid 1px #ccc }

#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  { background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; display: block; width: 49%; height: 100% }
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink2, #nextLink2    { color: black; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; cursor: pointer }

#imageDataContainer       { font: 14px Georgia; background-color: #3c9; margin: auto; height: auto; border: solid 1px #ccc }

#imageData{
	padding:0px 10px 10px 10px;
	}
#imageData #imageDetails { text-align: left; float: left }
#imageData #caption      { color: black; font-size: 12px; font-family: Helvetica, Arial, Verdana; font-weight: 400; line-height: 14px; background-color: #3c9; position: relative; top: 5px; max-height: 20px }
#imageData #numberDisplay { color: #333; font-size: 14px; font-weight: normal; display: block; padding-bottom: 5px; position: relative; top: 5px; clear: left }
#imageData #slideshowLink{ width: 55px; float: right; padding:5px 0px 0 0px;}
#imageData #bottomNavClose { padding: 5px 0 0; width: 55px; float: right }

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

.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 */
	}


