

#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	
	/* PLUGIN LIGHTBOX DE JORGE: SITUAR FOTOS LIGHTBOX POR ENCIMA DE IMAGEN DE CABECERA */
	z-index:101 !important;
}
#overlay {
	background-image: url(overlay.png);
	text-align:center;
}
/*#overlay img {
	margin:0 auto;;
}*/
#lightboxCaption {
	margin:0 auto;
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	font-size:150%;
	font-weight:bold;
}
* html #overlay {
	background-color: #000;
	background-image: url(blank.gif);
	filter: Alpha(opacity=50);
}

#loadingImage {}


