#lightbox{
	background: #f3f4f5 url('/assets/templates/kodeks/images/grad_light.jpg') bottom repeat-x;
	padding: 10px;
	border: 1px solid #666;
	}
#lightboxDetails{ 
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton, #lightbox #closeButton { bottom: 7px; right: 10px; border: none; }

#lightbox img{ border: 1px solid #ccc; clear: both;} 
#overlay img{ border: none; }

#overlay{ background: #333; opacity: 0.5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); }
	
