.nivoSlider {
	position:relative;
	width:980px;
	height:180px;
}

.podlohka_slide {
	background:url(images/slide/slide_bg.png) no-repeat;
	position:absolute;
	width:980px;
	height:91px;
	z-index:5;
	margin:17px 0 0 44px;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width:980px;
	heigth:179px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:url(images/slider_bg_niz.png);
	background-position:1px -1px;
	color:#fff;
	width:100%;
	z-index:8;
	height:43px;
	border:0;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-khtml-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}

.nivo-caption p {
	padding:5px;
	font-family:Tahoma;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	border-top:1px solid #676565;
	margin-top:1px
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}

.slider-wrapper {
	background:url(images/slider_bg.png) no-repeat;
	width:996px;
	height:195px;
	padding:18px 0 0 14px;
	margin:0 auto;
}

.slide_bottom {
	background:url(images/slide_but.png) no-repeat;
	width:127px;
	height:30px;
	display:block;
	float:right;
}
