#lightbox{
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height:100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border:solid 1px #ccc;
	border-bottom:0px;
	}

#imageContainer{
	padding: 9px;
	
	
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: -20;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: inline; height:20px;overflow:hidden
	}
#prevLink {background: url(../images/prevlabel.gif) no-repeat;height:20px;}
#nextLink {background: url(../images/nextlabel.gif) no-repeat;height:20px;}
#prevLink:hover, #prevLink:visited:hover {height:20px; background: url(../images/prevlabel.gif) no-repeat; }
#nextLink:hover, #nextLink:visited:hover {height:20px; background: url(../images/nextlabel.gif) no-repeat; }
#spacer {padding-left:5px;height:20px;}
.textlinks {margin-top:0px;margin-bottom:10px;}
#textlinks {margin-right:10px;float:right;clear:both;margin-top:-3px;}
#textlinks A {font-size:15px;color:#925029;font-weight:bold;}
#bottomNav {clear:both;margin-right:10px;padding-bottom:10px;text-align:right;}
#imageDataContainer{
	font-family:Tahoma; font-size:8pt; color:#666666;font-weight:normal;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	border:solid 1px #ccc;
	border-top:0px;
	clear:both;
	}

#imageData{ 
	padding:0 10px;float:left;clear:both;
	}
#imageData #imageDetails{ float: left; text-align: left; clear:both;}	
#imageData #caption, .caption {font-family:Tahoma;float:left;text-align:left;font-size:11px; font-weight:bold; line-height:1.2em; color:#666; width:100%;clear:both;	}
#imageData #numberDisplay{ display:block; clear: both; padding-bottom: 2em; padding-top:0.0em; color:#6a3315; font-size:8pt;	}			
#imageData #bottomNavClose{margin-top:2em; padding-bottom: 0.7em; margin-right:0px;	clear:both;}	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #edf1e0;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
	
