
#slideshow {
	list-style:none;
	color:#fff;
	
	/* melo by zabranit inicialnimu nacteni vsech fotek na obrazovce */
	height:370px;
	overflow:hidden;
}
#slideshow span {
	display:none
}
#wrapper {
	width:1040px;
	margin: 0 auto 0 auto;
	display: none;
}
#wrapper * {
	margin:0;
	padding:0
}
/* homepage */
#wrapper.home #fullsize {
	position:relative;
	width:1040px;
	height:370px; /* ovlivnuje pozici menu */ /* 225 puvodne */
	margin-left: -40px;
}
	/* podstranky */
	#fullsize {
		position:relative;
		width:960px;
		height:195px; /* ovlivnuje pozici menu */ /* 225 puvodne */
		overflow:hidden;
	}
#information {
	position:absolute;
	bottom:0;
	width:500px;
	/* height: 71px !important; */
	height: 0px;
	background:#fff;
	color:#000;
	overflow:hidden;
	z-index:200;
	margin-bottom: 100px;
	display: none;
}
#information h3 {
	padding:4px 8px 3px;
	font-size:14px
}
#information p {
	padding:0 8px 8px
}
#menu {
	position:absolute;
	bottom:0;
	color:#000;
	overflow:hidden;
	z-index:200;
	margin-bottom: 20px;
}
#image {
	width:500px
}
#image img {
	position:absolute;
	z-index:25;
	width:auto
}
.imgnav {
	position:absolute;
	width:25%;
	height:240px;
	cursor:pointer;
	z-index:150
}
#imgprev {
	left:0;
	width: 5px;
	/*background:url(../img/left.gif) left center no-repeat*/

}
#imgnext {
	right:0;
	width: 5px;

	/*background:url(../img/right.gif) right center no-repeat*/
}
#imglink {
	position:absolute;
	height:300px;
	width: 100%;
	display: block;
	z-index: 100;
	opacity:0.0;
	filter:alpha(opacity=0);
	background-color: #ffffff;	
}
.linkhover {
	/*background:url(../img/link.gif) center center no-repeat*/
}
#thumbnails {
	margin-top:15px
}
#slideleft {
	float:left;
	width:20px;
	height:81px;
	/*background:url(../img/scroll-left.gif) center center no-repeat;*/
	background-color:#222
}
#slideleft:hover {
	background-color:#333
}
#slideright {
	float:right;
	width:20px;
	height:81px;
	/*background:#222 url(../img/scroll-right.gif) center center no-repeat*/
}
#slideright:hover {
	background-color:#333
}
#slidearea {
	float:left;
	position:relative;
	width:456px;
	margin-left:5px;
	height:81px;
	overflow:hidden
}
#slider {
	position:absolute;
	left:0;
	height:81px
}
#slider img {
	cursor:pointer;
	border:1px solid #666;
	padding:2px
}
#thumbnails {
	display: none;
}
