#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100013;
	text-align: center;
	line-height: 0;
	}
#lightbox a img{
	border: none;
}
#imageContainer img{
	border: none;
}
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#imageContainer{
	padding: 0;
	}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: url(../images/loading.gif) no-repeat center;
	}
#imageContainer #loadingLink img{
	border: 0 !important;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{
	left: 0;
}
#hoverNav a{
	outline: none;
}
#prevLink, #nextLink{
	width: 48%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink{
	background: url(../images/prevlabel.gif) 40px 60% no-repeat; left: 0; float: left;
}
#nextLink{
	background: url(../images/nextlabel.gif) right no-repeat; position: absolute; right: 40px; top: 40px; float: right;
}
/*#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) 40px 60% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) 88% 60% no-repeat; }*/
#imageDataContainer{
	font: bold 28px/120% Arial;
	letter-spacing:-.08em;
	padding:0;
	position:absolute;
	top:.5em;
	left:-1em;
}
#imageData{
	position: relative;
	left: 0 !important;
	padding: 0;
}
#imageData #imageDetails{
	position: absolute;
	left: 40px;
	z-index: 100012;
}	
#imageDetails #caption{
	
}
#imageDetails #numberDisplay{
	position: absolute;
	width: 200px !important;
	padding:0;
	margin-top: 1px;
	left: 0;
	text-align: left;
}			
#CerrarDiv{
	position: absolute;
	top: 15px;
	right: 10px;
	display: block;
	width: 50px; 
	height: 15px;
	padding: 0 !important;
	z-index: 100015;
}
#CerrarDiv #CerrarLink{
	display: block;
	width: 50px;
	height: 15px; 
	padding: 0 !important;
	background: url(../images/closelabel.gif) no-repeat 0 0;
}
#CerrarDiv #CerrarLink:hover{
	background-position:0 100%;
}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100010;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.6;
}
#contFoot .mensHome{
	opacity: 0.75;
}
.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 */
}
* html #imageData #imageDetails{
	margin-left: -310px;
}
* html #CerrarDiv #CerrarLink{
	background: url(../images/closelabel2.gif) no-repeat 0 0;
}
* html #CerrarDiv #CerrarLink:hover{
	background-position:0 0;
}