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

#lightbox a img{ border: none; 
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px #CCC solid;
	border-bottom:0px;
	z-index: 0;
}

#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:  "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color:#1f1f1f;
	font-weight:normal;
    cursor:pointer;
}

#imageDataContainer{
	font: 10px "Trebuchet MS", Arial, sans-serif;
	background-color: #ffffff;
	height: 35px;
	padding-top: 20px;
	border:1px #ccc solid;
	border-top:0px;
	margin:auto;
	}

#imageData{
	padding:0px 10px 10px 10px;
	}
	
#imageData #imageDetails{ width: 50%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; font-size:12px; color:#333333; max-height:20px; }
#imageData #numberDisplay{ display: block; clear: left; font-weight: normal; font-size:10px; color:#333; padding-bottom: 5px; }
#imageData #slideshowLink{ width: 55px; float: right; padding:5px 0px 0 0px;}
#imageData #bottomNavClose{ width: 55px; float: right; padding:5px 0px 0 0px; }

#overlay{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1500;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
} 

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

