#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 2000;
	text-align: center;
	line-height: 0;
	}
#lightbox a img{
	border: 3px solid #FFF !important;
}
#imageContainer img{
	border: 5px solid #FFF;
}
#outerImageContainer{
	position: relative;
	background-color: #F7F4E6;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#imageContainer{
	padding: 40px 10px 0px 10px;
	}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#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: 10px Verdana, Helvetica, sans-serif;
	background-color: #F7F4E6;
	margin: 6px auto;
	line-height: 1.4em;
}
#imageData{
	position: relative;
	left: 0 !important;
	padding: 5px 40px 40px 40px;
}
#imageData #imageDetails{
	position: absolute;
	left: 40px;
	z-index: 100000000;
}	
#imageDetails #caption{
	font-weight: normal;
}
#imageDetails #numberDisplay{
	position: absolute;
	width: 200px !important;
	padding: 1.3em 0 1em 0;
	margin-top: 1px;
	left: 0;
	text-align: left;
}			
#CerrarDiv{
	position: absolute;
	top: 15px;
	right: 38px;
	display: block;
	width: 50px; 
	height: 40px;
	padding: 0 !important;
	z-index: 10000;
}
#CerrarDiv #CerrarLink{
	display: block;
	width: 50px;
	height: 40px; 
	padding: 0 !important;
	background: url(../images/closelabel.gif) no-repeat 0 0;
}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	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: -250px;
}