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

#lightbox a img{ border: none; }

#outerImageContainer{
	/*image area*/
	position: relative;
	background-color: #FFFFFF;
	width: 200px;
	/*height: 500px;*/
	margin: 0 auto;
	border-right: 3px solid #BCBEA6;
	border-top-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BCBEA6;
	border-left-color: #BCBEA6;
	left: 30px;
	}

#imageContainer{
	/*padding moves image*/
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 250px;
	text-align: left;
	}
	
#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:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#899F02;
	font-weight:bold;
         cursor:pointer;
         }

#imageDataContainer{
	/*text in caption area*/
	position: relative;
	font: 14px Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 315px;/*caption box height*/
	margin: 0 auto;
	width: 0px;
	padding-right: 0px;
	border-right: 3px solid #BCBEA6;
	border-bottom: 3px solid #BCBEA6;
	border-left: 3px solid #BCBEA6;
	left: 30px;/*position from left of window for caption box*/
	}

#imageData{
	padding:0px 10px 10px 10px;
	}
#imageData #imageDetails{ 
	/*caption line length*/
	width: 97%; 
	float: left; 
	text-align: left; }
	
#imageData #caption{
	/*caption style*/
	font-size:12px;
	color:#666666;
	max-height:100px;
	width: 200px;
	line-height: 18px;
}
/*#imageData #numberDisplay{ display: block; clear: left; font-weight: normal; font-size:14px; color:#333; padding-bottom: 5px; }
#imageData #slideshowLink{ 
	Next link
	width: 55px; float: right; padding:10px 50px 0 400px;}*/

#imageData #bottomNavClose{
	/*Next Close*/
	width: 45px;
	float: right;
	/*padding:10px 10px 0 320px;*/
	padding:10px 0px 0 0px;
}

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

