/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	margin:0 0 80px 0;
	padding-bottom: 25px; /* odsazeni pro caption*/
	border: 10px solid #fff;
	background:#202834 url(loading.gif) no-repeat 50% 50%;
	/*-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;*/
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

/* thumbnails*/
#slider .nivo-controlNav {
	position:absolute;
	bottom:-75px; /* Put the nav below the slider */
}
#slider.n1 .nivo-controlNav {left: 431px;}
#slider.n2 .nivo-controlNav {left: 402px;}
#slider.n3 .nivo-controlNav {left: 373px;}
#slider.n4 .nivo-controlNav {left: 344px;}
#slider.n5 .nivo-controlNav {left: 315px;}
#slider.n6 .nivo-controlNav {left: 286px;}
#slider.n7 .nivo-controlNav {left: 257px;}
#slider.n8 .nivo-controlNav {left: 228px;}
#slider.n9 .nivo-controlNav {left: 199px;}
#slider.n10 .nivo-controlNav {left: 170px;}
#slider.n11 .nivo-controlNav {left: 141px;}
#slider.n12 .nivo-controlNav {left: 112px;}
#slider.n13 .nivo-controlNav {left: 83px;}
#slider.n14 .nivo-controlNav {left: 54px;}
#slider.n15 .nivo-controlNav {left: 25px;}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin:0 2px;
}

.nivo-controlNav a img {
	border: 2px solid #fff;
	opacity: 0.3;  
	filter: alpha(opacity=30);  
	-moz-opacity: 0.3;  
	-khtml-opacity: 0.3; 
}

.nivo-controlNav a.active img, .nivo-controlNav a:hover img {
	opacity: 1;  
	filter: alpha(opacity=100);  
	-moz-opacity: 1;  
	-khtml-opacity: 1; 
}

/*bullets*/
/*
.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

#slider .nivo-controlNav img {
	display:inline;
	position:relative;
}
*/
.nivo-directionNav a {
	display:block;
	width:30px;
	height:80px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

.nivo-caption, .nivo-caption a, .nivo-caption a:hover {
	color: #a1a1a1;
}

.nivo-caption a {

}

