/* Lightbox css */

.backdrop {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
	opacity: .0;
	filter:alpha(opacity=0);
	z-index:50;
	display:none;
	clear:both;
}
#dalsi {
	display:none;
	position:absolute;
	top:0;
	right:0;
	width:30%;
	height:100%;
	z-index: 1000;
	background: url(../img/lightbox/pozadi_pruhledne.png);
}
#dalsi:hover {
	background:url(../img/lightbox/dalsi.png) 100% 50% no-repeat;
}
#predchozi {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:30%;
	height:100%;
	z-index:53;
	background: url(../img/lightbox/pozadi_pruhledne.png);
}
#predchozi:hover {
	background:url(../img/lightbox/predchozi.png) 0% 50% no-repeat;
}
.testovaci_obal {
	position: absolute;
	top:-10000px;
	height:100%;
	width:100%;
}
.testovaci_obr {
	position:relative;
	max-height:80%;
	max-width:80%;
}
.box {
	position: absolute;
	height:100px;
	width:100px;
	background:#FFFFFF;
	z-index:999;
	border:7px solid #2b2b2b;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 1px 5px #444444;
	-moz-box-shadow: 0px 1px 5px #444444;
	-webkit-box-shadow: 0px 1px 5px #444444;
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#444444);
	display:none;
}
.obsah {
	height:100%;
	background:#FFF
}
.obsah>img {
	position:absolute;
	width: 100%;
	height:100%;
	margin: 0 auto;
	text-align:left;
	z-index:52;
	background:#FFFFFF;
}
.obsah iframe {
	position:absolute;
	height:100%;
	width:100%;
	border:0px;
	margin: 0;
}
.close {
	position:absolute;
	bottom:-50px;
	right:12px;
	background:url(../img/lightbox/zavrit.png) no-repeat;
	cursor:pointer;
	height:27px;
	width:27px;
	z-index:1000;
}
.nacitani {
	position:absolute;
	background:url(../img/lightbox/nacitani.gif) 50% 50% no-repeat;
	height:100%;
	width:100%;
	z-index:-1;
}
.pocitani {
	position:absolute;
	bottom:-90px;
	left:0px;
	height:50px;
	width:300px;
	color:#FFF;
	display:none;
	font-size:12px;
}
.box .nadpis {
	position:absolute;
	bottom:-40px;
	left:0px;
	height:20px;
	width:85%;
	color:#FFF;
	display:none;
	font-size:12px;
	font-weight:bold;
	overflow:hidden;
}

.frame_kontakt, .contactus { margin: -305px 5px 0 0;}

.lightframe {}

#light .close { top:10px !important; background:url(../img/lightbox/zavrit2.png); height:32px; width:32px;}