#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img { border: none; }
#outerImageContainer {
	background-color: #c81619;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	display: block;
	position: relative;
	width: 100%;
	height: 25px;
	margin-top: -25px;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	line-height: 15px;
	vertical-align: middle;
	background: transparent url(../i/buttons/bg/prevlabel.gif) left 60% no-repeat;  /*Trick IE into showing hover */
	padding: 0 10px;
}
#nextLink {
	 background: transparent url(../i/buttons/bg/nextlabel.gif) right 60% no-repeat;
}
#prevLink { left: 0; float: left; margin-left: 0;}
#nextLink { right: 0; float: right;margin-right: 0;}
#prevLink:link,#prevLink:hover,#prevLink:active, #prevLink:visited,#nextLink:link,#nextLink:hover,#nextLink:active, #nextLink:visited { 
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
#imageDataContainer{	
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #c81619;
	margin: 0 auto ;
	padding: 0;
	overflow: hidden;
	height: 125px;
}
#imageData{
	padding: 0 10px;
	color: #fff;
	margin-top: 7px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}	
#numberDisplay {
	margin-top: 5px;
	font-weight: normal;
	font-size: 15px;
	float: left;
	width: 50%;
}
#imageData #zoomImage {
	display: block;
	font-size: 14px;
	line-height: 25px;
	vertical-align: middle;
	margin-left: 20px;
}
#imageData #zoomImage a {
	color: #fff;
}
#caption {
	position: relative;
	z-index: 0;
	text-align: center;
	padding-bottom: 5px;
	margin-top: -5px;
	background-color: #c81619;
	font-weight: normal;
	line-height: normal;
	font-size: 15px;
}
#caption2 {
	position: relative;
	z-index: 0;
	padding-bottom: 5px;
	margin-top: -5px;
}
#imageDetails {

}	
#imageData #bottomNavClose{margin-top: 4px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	overflow:hidden;
	height: 500px;
	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-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
#lightboxFlash {
	position: relative;
	z-index: 50;
}
#lightboxImage {
clear: both;
}
