.body_overlayed embed, .body_overlayed object, .body_overlayed select {
	visibility: hidden;
}

#the_box_window embed, #the_box_window object, #the_box_window select {
	visibility: visible;
}

#the_box_window embed, #the_box_window object {
	width: 500px;
	height: 340px;
	background-color: #000;
	margin: 20px 0 0 122px;
	border: 1px solid #FFF;
}

#the_box_overlay {
	position: absolute;
	background-color: #000;
}

#the_box_window {
	position: absolute;
	text-align: left;
	overflow: visible;
	background-color: #FFF;
	top: 0;
}

#the_box_btn_close {
	position: absolute;
	width: 30px;
	height: 30px;
	left: -12px;
	top: -12px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://kultkino.mironet.ch/images/nav/close.png', sizingMethod='image');
	background: url(../images/nav/close.png) center no-repeat;
	border: none;
}

#the_box_btn_close { /* IE 6 hack for PNG's :: nfq */
	_background: none;
}

.the_box_window_ie6 #the_box_btn_close {
	background-image: url(../images/closebox.gif);
}

.the_box_loading #the_box_content {
	background-image: url(../images/nav/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#the_box_content {
	clear: both;
	overflow: hidden;
	background-color: #FFF;
	height: 100%;
	width: 100%;
	color: #333;
	overflow: hidden;
}

#the_box_content iframe {
	width: 758px;
	height: 480px;
	border: none;
}

.the_box_content_image#the_box_content {
	overflow: hidden;
}

#the_box_image {
	display: block;
}

.the_box_content_image img {
	display: block;
}

.the_box_content_iframe#the_box_content {
	overflow: visible;
}