#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 1em;
	padding-top: 0.4em;
	color: black;
	}
#lightbox a{
	font-size: 1em;
	padding-top: 0.4em;
	color: black;
	font-weight: bold;
	text-decoration: underline;
	}
#lightbox a:hover{
	font-size: 1em;
	padding-top: 0.4em;
	color: black;
	font-weight: bold;
	text-decoration: none;
	}
#lightboxCaption{ float: left; width: auto; }
#keyboardMsg{ float: right; width: auto; }
#closeButton{ top: 5px; right: 5px; }

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

#overlay{ 
	background-color: transparent;
	background-image: url(../grafika/overlay.png);
	background-position: top left;
	background-repeat: repeat;
	background-attachment: fixed;
}
/*
* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../grafika/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="grafika/overlay.png", sizingMethod="scale");
	}

*/	
