/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */

.slider-wrapper{
width: 400px;
	background: url("../img/nivo.jpg") top left no-repeat;	  
	padding: 9px;
	padding-top: 10px;
}

#slider {
    margin:0px auto 0 0px;
   width: 410px;
	
   }


.nivoSlider {
	position:relative;
	width: 410px;

padding: 5px;
}
.nivoSlider a img {
	position:absolute;
	top:0px;
	left:10px;
	border: 1px solid black;
}
/* 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%;
	width: 390px;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	right:0px;
	bottom:0px;
display: block;
background:#000;
	color:#fff;
	opacity:0.0; /* Overridden by captionOpacity setting */

	width:100%;
	z-index:8;


}

.akce{
width: 390px;
height: 300px;
display: block;
}

.nivo-caption p {
	padding:5px;
	margin:0;
	float: left;
}

.nivo-caption p a{
text-decoration: none;
}

span.big{
float: left;
text-align: left;
font-size: 16px;
width: 220px;

}


.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
    width: 100%;
    height: 100%;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
		width: 30px !important;
	top:40%;
	display: block;
	z-index:9;
	
}
.nivo-prevNav {
	left:0px;
	display: block;
	width: 30px !important;
}
.nivo-nextNav {
	right:0px;
	display: block;
	width: 30px !important;
	margin-right: 25px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{
width: 100px !important;
display: none;
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	width: 30px !important;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
	width: 30px !important;
}