
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 60;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #bfd0e2;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	background-color: #bfd0e2;
	background-image: url(../imagenes/p03_ima02.jpg);
	padding-top: 46px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100px;
	display: block;
	background: transparent url(___just-anything-here.gif) no-repeat; /* Trick IE into showing hover */	
}
#lightbox-nav-btnPrev {
	left: 10px;
	float: left;
	position: relative;
}
#lightbox-nav-btnNext {
	right: 10px;
	float: right;
	position: relative;
}
#lightbox-container-image-data-box {
	background-color: #bfd0e2;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #002A65;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
	top: 25px;
	position: relative;
}
#lightbox-container-image-data {
	padding: 0 5px;
	color: #002A65;
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}