/* slideshow gallery */
#uvod {
	clear:both;
	float:left;
}
#slideshow {clear:both; float:left; width:540px!important; height:281px!important; overflow:hidden!important; margin:0 0 10px 0; padding:0; background-color:#FFFFFF;}

.slideshowlite {
	position: relative;
	border:0;
	overflow: hidden!important;
}

	.slideshowlite a {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		text-align: center;
	}

	.slideshowlite img {
		border: none;
	}

/* pagination control */

.slideshowlite ul {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 5px;
	left: 232px;
	z-index: 3;
}

.slideshowlite ul li {
	float: left;
	margin: 0 3px;
	width: 9px;
}

.slideshowlite ul li a {
	position: relative;
	display: block;
	width: 9px;
	height: 9px;
	background:transparent url("/images/promo/button-off.gif") left top no-repeat;
	border:0;
	text-align: center;
}
.slideshowlite ul li a.current {
	background:transparent url("/images/promo/button-on.gif") left top no-repeat;
}
.slideshowlite ul li a:hover {
	background:transparent url("/images/promo/button-on.gif") left top no-repeat;
}
.slideshowlite li span {
	display:none;
}
