/* The Nivo Slider styles */
.nivoSlider {position:relative;}
.nivoSlider img {position:absolute;	top:0px; left:0px;}

/* 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:60; display:none;}

/* The slices in the Slider */
.nivo-slice {display:block; position:absolute; z-index:50; height:100%;}

/* Caption styles */
.nivo-caption {position:absolute; left:0px; top: 206px; width: 240px; left: 12px; z-index:89;}
.nivo-caption p {padding: 0; margin:0;}
.nivo-caption a {display:inline !important;}
.nivo-html-caption {display:none;}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {position:absolute; right: 0; top: -16px;}
.nivo-controlNav a {position:relative; z-index:99; cursor:pointer; display:block; width:11px; height:11px; background:url(https://www.zahradniksvoboda.cz/images/layout/backgrounds/bg-slider-bullets.png) no-repeat; text-indent:-9999px; border:0;	margin-right:3px;	float:left;}
.nivo-controlNav a.active {font-weight:bold; background-position:0 -11px;}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {position:absolute; top:80px; z-index:99; cursor:pointer; display:block; width:37px; height:37px; background:url(https://www.zahradniksvoboda.cz/images/layout/backgrounds/bg-slider-arrows.png) no-repeat; text-indent:-9999px; border:0;}
.nivo-directionNav a.nivo-nextNav {background-position:-37px 0; right:-20px;}
.nivo-directionNav a.nivo-prevNav {left:-20px;}