#prohlizeniObrazku {
	display: none;
}
#prohlizeniObrazku a img { border: 0 !important; }
#prohlizeniObrazku_pozadi
{
	position: fixed;
	background: black;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; 
	filter: alpha(opacity=70);

	-webkit-opacity: 0.7;
	opacity: 0.7;
	z-index: 1000;

	_position: absolute;
	_height: expression(document.body.clientHeight +150+"px");
	
}
#prohlizeniObrazku_loading {
	position: absolute;
	width: 800px;
	top: 260px;
	z-index: 1005;
	text-align: center;
}
#prohlizeniObrazku_error {
	display: none;
	position: absolute;
	width: 800px;
	top: 200px;
	z-index: 1006;
	text-align: center;
}
#prohlizeniObrazku_error strong {
	display: block;
	margin-top: 20px;
	font-size: medium;
}

#prohlizeniObrazku_loading img {
	background: white;
	border: 1px solid #aaa;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#prohlizeniObrazku_ramecek {
	position: absolute;
	width: 800px;
	height: 565px;
	margin: 1px auto;
	padding: 5px;
	overflow: hidden;
	z-index: 1001;
	box-shadow: 0px 0px 8px white;
	-moz-box-shadow: 0px 0px 8px white;
	-webkit-shadow: 0px 0px 8px white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#ffffff,Strength=2);

	background: white !important;
	font-size: small !important;
	font-family: Sans-serif !important;
	color: black !important;
}
#prohlizeniObrazku_a
{
	display: block;
	width: 800px;
	height: 534px;
	overflow: hidden;
	text-align: center;
}

#prohlizeniObrazku_img {
	display: none;
}

#prohlizeniObrazku_popis {
	position: absolute;
	top: 540px;
	left: 210px;
	width: 400px;
	text-align: center;
	font-weight: bold;
}
#prohlizeniObrazku_counter {
	position: absolute;
	top: 557px;
	left: 210px;
	width: 400px;
	text-align: center;
}
#prohlizeniObrazku_navigation {
	position: absolute;
	top: 541px;
	left: 610px;
	width: 190px;
	text-align: right;
}
