#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	z-index: 999;
	}
#lightboxDetails{
	font-size: 12px;
	padding-top: 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	z-index: 999;
	}	
#lightboxCaption{
	float: left;
	z-index: 999;
}
#keyboardMsg{ float: right; z-index: 999;}
#closeButton{
	top: 5px;
	right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	z-index: 999;
}

#lightbox img{ border: none; clear: both;
z-index: 999;} 
#overlay img{ border: none;
z-index: 999; }

#overlay{
	background-image: url(imagen/overlay.png);
	z-index: 999;
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(imagen/black.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	filter: Alpha(Opacity=80);
	z-index: 999;
	}
	
