#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
		
	}
#lightboxImage{
	border: 1px solid #d4d4d4;
}
#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #FFFFFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;	
	}

#imageContainer{
	/*padding: 15px;*/
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
	
#hoverNav{
	left: 0;
	width: 180px;
	height:25px;
	z-index: 10;
	clear:both;	
	margin:auto;
	padding-top: 10px;
	padding-bottom: 8px;
}
	
#imageDataContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
	
#prevLink { width: 77px; height: 25px; left: 0; padding-right: 10px; float: left; background: url(../imagenes/images/anterior.gif) left 0% no-repeat; }
#nextLink { width: 90px; height: 25px; right: 0; float: right; background: url(../imagenes/images/siguiente.gif) right 0% no-repeat; }

#prevLink:hover { background: url(../imagenes/images/anterior.gif) left 0% no-repeat; }
#nextLink:hover { background: url(../imagenes/images/siguiente.gif) right 0% no-repeat; }


#imageDataContainer, #imageDataContainer2{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData, #imageData2{
	padding:0 10px;
}
#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left; 
	margin-top: 13px;
	margin-left: 5px;	
}	
#imageData #caption{ 
	font-weight: bold;	
	color: #979797;
	font-size: 150%;
	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}	
		
#imageData #bottomNavClose{ width: 100px; float: right;  padding-bottom: 0.1em;	padding-top: 10px; padding-left: 10px;}	
#bottomNavCloseImage{
	margin-left: 20px;
	}		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	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 */
	}	
	