
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:300px;
	height:224px;
	overflow: hidden;
	clear:both;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	height:224px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	height:224px;
	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;
	width:300px;
	height:224px;

	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	font:10pt Trebuchet MS;
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:99;
	cursor:pointer;
	width:50px;
	height:65px;
}
.nivo-prevNav {
	left:10px;
	background: url("../../images/bns-left.png") no-repeat;
}
.nivo-nextNav {
	left:100%;
	margin-left:-70px;
	background: url("../../images/bns-right.png") no-repeat;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
	position:absolute;
	top:300px;
	left:50%;
	margin-left:200px;
	z-index:999999;
}
.nivo-controlNav a {
	float:left;
	text-indent:-9999px;
	font:1px;
	cursor:pointer;
	display:block;
	background: url("../../images/punkt-pusty.png") no-repeat;
	margin-left:10px;
	width:39px;
	height:38px;
}


.nivo-controlNav a.active {
	background: url("../../images/punkt-00.png") no-repeat;
}
