#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightboxImage{/*margin: 1px 1px 1px 1px;*/
	 border: 1px solid #330033; /*es el id de la imagen que se ve*/
}	
#lightbox a img{ border: none; }
#idframeImagen{
		background-color: white;border:0; /*width:100%;*/
}

#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;}

/*BOTONES DE NAVEGACION EN CASO DE LOS HUBIERA. ir a adelante y atras en la imagenes*/
#prevLink, #nextLink{
width: 49%;	/*width:2px; Si no tengo navegacion en lugar del 49% le pongo 2px*/
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; 
	display: block;/* Trick IE into showing hover */
	}
/*El % de los prev y next me da la altura donde aparece el cartel : siguiente, anterior*/	
#prevLink { left: 0; float: left; background: url(../imagenes/lightbox/prevlabel_sp.gif) left 1% no-repeat;}
#nextLink { right: 0; float: right; background: url(../imagenes/lightbox/nextlabel_sp.gif) right 1% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { }
#nextLink:hover, #nextLink:visited:hover { }

/* CONTENEDOR DEBAJO DE LA IMAGEN, DONDE PONER CERRAR y el texto O PRINT */
#imageDataContainer{
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
}
/*#numberDisplay{	width:120px; background-color: Aqua;float:left;} donde pongo imagen tal*/
#imageData{	padding:0 10px; color: #666;   }
/*Es donde está el texto Imagen tal de tantas o el Print. Para texto pongo 120px*/
#imageData #imageDetails{/* width:120px; width: 70%;*/ float: left; text-align: left;  }	
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}			
#imageData #bottomNavClose{ width: 100px; float: right;  padding-bottom: 0.7em;	}	
#imageData #bottomPrint{ width: 100px; float: left;  padding-bottom: 0.7em;	}		

/******** LA PAGINA SOBRE LA QUE SE ESCRIBE A OPACIADAD 60
ESTO NO ESTA VALIDADO CSS2 ***********************************/
	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 500px;
	background-color:#333;/*#000;*/
	/*filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;*/
	}
/*#player
{
	z-index: 50;filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;background-color:#333;
}*/	