
.nivoSlider {
	position:relative;
	float:right;
	margin-top:50px;
	margin-right:0px;
	width: 560px;
	height: 260px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}


.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%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	right: 20px;
	bottom: 20px;
	opacity:1; 
	width: 950px;
	z-index: 89;
	padding: 0;
	/* filter:none !important; */
}
/* CSS DLA TEKSTU Z PRAWEJ STRONY */
.nivo-caption-right {
background:rgba(255, 255, 255, 0.6);
width:500px;
padding:20px;
margin-bottom:100px;
margin-left:410px;
text-align:left;
}
/* CSS DLA TEKSTU Z LEWEJ STRONY */
.nivo-caption-left {
background:rgba(255, 255, 255, 0.6);
width:500px;
padding:20px;
margin-bottom:100px;
text-align:left;
}

.nivo-caption-none {
display:none;
}
/* NAZWA SLIDERA */
	.nivo-caption h4 a {
		font-size:26px;
		line-height:26px;
		/* filter:none !important; */
		padding:0;
		color: #3f3f3f;
		margin: 0;
		font-family: 'Trebuchet MS';
		font-weight: bold;
		text-decoration:none;
		
	}
/* OPIS SLIDERA */	
		.nivo-caption p {
		font-size: 14px;
		line-height: 18px;
		/* filter:none !important; */
		padding: 15px 0 0 0;
		color: #3f3f3f;
		margin: 0;
		font-family: 'Trebuchet MS';
	}
	
.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(szablon/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(szablon/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:100;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}	


