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


#lightbox img{ 
	border: none;
	display: table;
}

#lightbox a img{ 
	border: medium none;
	/*display: table;*/
}

ul#listaGaleria {
	/*display: table;*/
	margin-left:20px;
}

ul#listaGaleria li {
	float: left;
	list-style: none;
	background:none;
	margin:3px;
	padding:3px;
	position: none;
}

ul#listaGaleria li a img {
	border:1px solid #003333;
	float: left;
}

#outerImageContainer{
	position: relative;
	background-color: #0E2A31;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding: 10px;
}

#imageContainer{
	padding: 10px;
	}
/**/
#imageContainer #loading {
	position: relative;
	top: 40%;
	height: 25%;
	width: 100%;
	line-height: 0;
	text-align: center;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
}

#imageContainer #loading a img {
	text-align: center;
}

	
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	*width: 104%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a { 
	outline: none;

}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url("/shared/lightbox/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink { left: 0; float: left; background: url("/shared/lightbox/prevlabel.gif") left 50% no-repeat;}

#nextLink { right: 0; float: right; background: url("/shared/lightbox/nextlabel.gif") right 50% no-repeat;}

#prevLink:hover, 
#prevLink:visited:hover { background: url("/shared/lightbox/prevlabel_hover.gif") left 50% no-repeat; }

#nextLink:hover, 
#nextLink:visited:hover { background: url("/shared/lightbox/nextlabel_hover.gif") right 50% no-repeat; }


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

#imageData{
	padding:0 10px;
}
#imageData #imageDetails{ 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:70px; float: right;  padding-bottom: 0.7em; outline: none;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1100;
	width: 100%;
	height: 500px;
	background-color: white;
	filter:alpha(opacity=80);
	-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 */
	}
/**/	
