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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	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{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#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: 0px; float: left;}
#nextLink { right: 0px; float: right;}

#prevLink:hover, #prevLink:visited:hover {
	background:transparent url(../images/prevlabel.gif) 0% 20% no-repeat;/*{background: url(../images/prev_minus.gif) left 10% no-repeat; } *//*{background:transparent url(../images/prev_minus.gif) 50% 50% no-repeat;}*/
	}
#nextLink:hover, #nextLink:visited:hover {
	background:transparent url(../images/nextlabel.gif) 100% 20%  no-repeat; /*{ background: url(../images/next_plus.gif) right 10% no-repeat; }*//*{background:transparent url(../images/next_plus.gif) 50% 50% no-repeat;}*/
	}

/************************************************************/
#prevLink1, #nextLink1{

	}
/*	
#prevLink1 {float: left;}
#nextLink1 {float: left;}	
/***********************************************************/


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{
	width: 82%;
	float: left;
	text-align: left;
	}	
#imageData #caption{
	font-weight: bold;
	}
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 0.5em;
	margin-top: 5px;
	}
/****/
#imageData #NavBar {
	width:142px;
	display:block;
	float:right;
	clear:left;
	padding-bottom:5px;
	padding-top:3px;
	text-align:center;
	/*border-top:2px solid #F3F3F3;
	border-bottom:2px solid #F3F3F3;*/
	margin-bottom:0px;
	margin-top:0px;
	}
.lnk_p {
	margin-left:60px;
	width:auto; 
	color:#FFF;
	font-size:11px;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, helvetica, sans-serif;
	padding:0px 2px 2px 17px;
	background:#8B8B8B url(../images/prevb.gif) 0px 3px no-repeat;
/*	border:1px solid #DADADA;
	margin:2px;*/
	}
.lnk_p:hover {
	color:#666;
	background:#EAeAeA url(../images/prev.gif) 0px 3px no-repeat;
	}
	
.lnk_n {
	width:auto; 
	color:#FFF;
	font-size:11px;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, helvetica, sans-serif;
	padding:0px 17px 2px 4px;
	background: #8B8B8B url(../images/nextb.gif) 51px 3px no-repeat;
/*	border:1px solid #DADADA;
	margin:2px;*/
	}
.lnk_n:hover {
	color:#666;
	background:#EAEAEA url(../images/next.gif) 50px 3px no-repeat;
	}
/***/
#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	/*margin-bottom:5px;*/
	margin-top:15px;
	}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color:#94CB92; /*color del fondo*/
	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 */
	}