/*.texto > em, .texto > img
{
   display:none; 
} 

.texto
{
   position:relative;
}

.texto > em, .texto > img
{
   display:none;
   position:absolute;
   top:-1em;
   left:2em;
 
   background:yellow;
   border:1px solid black;
   width:100px;
}
.texto:hover > em, .texto:hover > img
{
   display:block;
}*/
#lightbox{
	position: absolute;
	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;
	
	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: 25%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

/*#prevLink, #nextLink{
	width: 9%;
	height: 0%;
	background: transparent url(/images/blank.gif) no-repeat;
	display: block;
	}
#prevLink {
	left: auto;
	float: left;	
}
#nextLink {
	right: auto;
	float: left;
}
#prevLink, #prevLink {
	background-image: url(/images/prevlabel.gif);
	background-position: left 100%;
	background-repeat: no-repeat;
}
#nextLink, #nextLink {
	background-image: url(/images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 100%;
}*/


/* BARRA BLANCA INFERIOR*/
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 2.0em;
	overflow: auto;
	width: 100%
	}

#imageData{	padding:0 50px; color: #666; }
#imageData #imageDetails{ width: 70%; float: center; text-align: center; }
/*#imageData #caption{ font-weight: bold;	}*/
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 0.5em;	}
#imageData #bottomNavClose{ width: 30px; float: right;  padding-bottom: 1.2em;	}
#imageData #bottomNavClose1{ width: 30px; float: right;  padding-bottom: 1.2em;	}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0.0%;
	right: 0.0%;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #666666;
	}

