#lightbox {
	background: #eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
	overflow: hidden;
}	
#lightboxCaption { 
  width: 250px;
  float: left; 
}
#keyboardMsg { 
  width: 60px;
  text-align: right;
  float: right; 
}
#closeButton { top: 5px; right: 5px; }

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

#overlay { background: url("http://www.sexy-pradlo.sk/img/overlay.png"); }

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url("http://www.sexy-pradlo.sk/img/blank.gif");
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.sexy-pradlo.sk/img/overlay.png", sizingMethod="scale");
}

.zatvorit { font-weight: bold; color: #423338; }

.endfloat {
	clear: both;
	height: 1px; font-size: 1px;
	line-height: 1px;
	visibility: hidden;
	margin: 0;
}

