#lightbox{
	background-color:#fff;
	padding: 20px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	color:#000000;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; text-decoration: none; border-bottom:0px;}
#keyboardMsg{ float: right; text-decoration: none; border-bottom:0px;}
#closeButton{ top: 13px; right: 13px; text-decoration: none; border-bottom:0px;}

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none;}

/*#overlay{ background-image: url(images/j_fundo.png); }*/

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/j_blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/j_fundo.png", sizingMethod="scale");
	}
	
