.NivoSzakiSlider .nivoSlider {
	position: relative;
	background: url(loading.gif) no-repeat 50% 50%;
}
.nivoSlider {
	position:	relative;
	margin:	0px;
	background: url(loading.gif) no-repeat 50% 50%;
}
.NivoSzakiSlider {
	margin: 0px auto;
	width: 940px;
	position: relative;
	background: none;
	z-index: 1;
	padding-bottom: 45px;
}
	
.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
	display:none
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5
}
.nivo-caption {
	position: absolute;
	left: 735px;
	top: 477px;
	margin: 0;
	opacity: none !important;
	z-index: 8;
	width: 157px;
	height: 30px;
}

.nivo-caption p {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 0;
	opacity: 1;
	width: 157px;
	height: 30px;
}
.nivo-caption p img {
	position: relative;
	z-index: 999;
	display: block;
	width:0px;
	height:0px;
}
.nivo-caption p a {
	display: block;
	z-index: 999;
	width: 157px;
	height: 30px;
	background: url(slider-link.png) no-repeat 0px top;
	text-indent: -9999px;
	position: absolute;
	/*left: 15px;*/
	bottom: 0;
}
.nivo-caption p a:hover {background: url(slider-link.png) no-repeat 0px bottom;}

.nivo-html-caption {display:none;}
.nivoSlider a {border:0;}

.nivo-directionNav {
	width: 40px;
	height: 11px;
	position: absolute;
	top: 318px;
	left: 41px;
}
.nivo-directionNav a {
	position:absolute;
	z-index:9;
	cursor:pointer
}
.nivo-prevNav {left:0;}
.nivo-nextNav {right:0;}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer
}
.nivo-controlNav a.active {font-weight:bold;}

.nivo-controlNav img {
	display:inline;
	position:relative
}
.nivo-controlNav a.active img {}
.nivo-directionNav a {
	display:block;
	width:7px;
	height:11px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0
}

a.nivo-nextNav {
	background-position: 100% 0;
	right: 0px;
}
a.nivo-prevNav {background-position: 0% 0%;}
a.nivo-nextNav {background-position: 100% 0%;}
a.nivo-prevNav:hover {background-position: 0% 100%;}
a.nivo-nextNav:hover {background-position: 100% 100%;}


.nivoSlider .nivo-controlNav {
	bottom: -35px;
    height: 24px;
    left: 432px;
    position: absolute;
    z-index: 99;
	/*background: url(controlNav.png) no-repeat;*/
}
.nivoSlider .nivo-controlNav a {
	display: block;
	border: 0;
	float: left;
	height: 24px;
	width: 24px;
	background: url(bullets.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-left: 1px;
}
.nivoSlider .nivo-controlNav a.active, .nivoSlider .nivo-controlNav a:hover {
	background:url(bullets.png) no-repeat 100% 0px;
}
