#lightbox{
	background-color:#FFF;
	padding: 10px;
	border-bottom: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{
	background-image: url(http://www.saltele-online.ro/imagini/overlay.png);
	background-repeat: repeat;
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(imagini/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.saltele-online.ro/imagini/overlay.png", sizingMethod="scale");
	}

a:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}