div#fancy_overlay {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	min-height: 100%;
	_height: 100%;
}
/* nahravaci screen */
div#fancy_loading {
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 100;
	cursor: pointer;
}
div#fancy_loading div {
	background: url("../gfx/fancy_progress.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
}
/* vypinaci tlacitko */
a#fancy_close {
	position: absolute;
	right: -20px;
	_right: 0;
	top: 0px;
	z-index: 200;
	display: none;
	width: 30px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
}
a#fancy_close span {
	background: url("../gfx/fancy_closebox.gif");
	position: absolute;
	left: 0;
	top: 0;
	z-index: 201;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
div#fancy_content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 96;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0; 
}
#fancy_frame {
	position: relative;
	display: none;
	width: 100%;
	height: 100%;
	border: 10px solid #fff;
}
img#fancy_img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 92;
	width: 100%;
	height: 100%;
	border: 10px solid #fff;
	margin: 0;
	padding: 0; 
}
div#fancy_title {
	position: absolute;
	bottom: -41px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}
div#fancy_title table {
	margin: 0 auto;
}
div#fancy_title div {
	padding: .3em 10px;
	font-size: 110%;
	font-weight: bold;
	color: #000;
}
div#fancy_outer {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 90;
	display: none;
	/*overflow: hidden;*/
	margin: 0;
	/*padding: 18px 18px 58px 18px;
	padding: 11px 13px 58px 0;*/
	padding: 0;
}
div#fancy_inner {
	position: relative;
	z-index: 91;
	width: 100%;
	height: 100%;
}
/* predchozi a dalsi */
a#fancy_left,
a#fancy_right {
	background: #fff;
	position: absolute; 
	bottom: -61px;
	_bottom: -41px;
	z-index: 200;
	cursor: pointer;
	border: 1px solid #f00;
	padding: .2em 5px;
}
a#fancy_left {
	left: 0px; 
}
a#fancy_right {
	right: -20px;
	_right: 0; 
}
#fancy_bigIframe, #fancy_freeIframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
