#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: 450px;
	height: 450px;
	margin: 0 auto;
	border: 1px #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: 70%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { left: 0; float: left; }
#prevLink2, #nextLink2 {
	font-family: Georgia, 'Bookman Old Style', Times;
	font-size: 10px;
	color:#ff6800;
	font-weight:normal;
         cursor:pointer;
         }
#prevLink2{
	display: block;
	background-image: url(images/prevlabel_fi.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 97px;
	height: 32px;
}
#nextLink2{
	display: block;
	background-image: url(images/nextlabel_fi.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 97px;
	height: 32px;
}
    
#slide_table{
	clear: both;
}

#imageDataContainer{
	font: 11px Arial, 'Bookman Old Style', Times;
	background-color: #ffffff;
	height: 55px;
	border:1px #ccc solid;
border-top:0px;
margin:auto;
padding-bottom:10px;
	}

#imageData{
	padding:0px 10px 10px 10px;
	}
#imageData #imageDetails{ width: 60%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; font-size:11px; color:#666; max-height:14px; }
#imageData #numberDisplay{ display: block; clear: left; font-weight: normal; font-size:12px; color:#333; margin-bottom: 10px; }
#imageData #slideshowLink{ width: 30px; float: right; padding:5px 0px 0 0px; margin-right: 40px; margin-top: 27px; display:none;}
#imageData #bottomNavClose{ width: 30px; float: right; padding:5px 0px 0 0px; margin-top: 27px;}

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