#prekryti {
	background-color: #000;
	opacity: 0.5;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	cursor: pointer;
	cursor: hand;

/*	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;*/
}

#thickbox {
	position: absolute;
	background-color: #fff;
	z-index: 102;
	min-height: 50px;
	min-width: 250px;
}

#thickbox_caption {
	color: #000;
	text-align: left;
	font-variant: small-caps;
	text-transform: capitalize;
	border-bottom: 1px solid #000;
	padding: 5px;
}
