.NivoSzakiSlider .nivoSlider {
	position: relative;
	background: url(loading.gif) no-repeat 50% 50%;
	/*overflow: hidden;*/
}
.nivoSlider {
	position:	relative;
	margin:	0px;
	background: url(loading.gif) no-repeat 50% 50%;
}
.NivoSzakiSlider {
	margin: 0px auto;
	position: relative;
	z-index: 1;
}
	
.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: 1px;
	top: 102px;
	margin: 0;
	opacity: none !important;
	z-index: 8;
	width: 400px;
	height:230px;
}

.nivo-caption p {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 0;
	opacity: 1;
	width: 458px;
	height: 207px;
}
.nivo-caption p img {
	position: relative;
	z-index: 999;
	display: block;
	background: none !important;
    box-shadow: 0 0 0px #B1AEA5 !important;
    padding: 0px !important;
}

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

.nivo-directionNav {
	display: block !important;
}
.nivo-directionNav a {
	position:absolute;
	z-index:9;
	cursor:pointer;
	top: 194px;
}
.nivo-prevNav {left: -30px;}
.nivo-nextNav {right: -30px;}
.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:30px;
	height:58px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

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: 28px;
    height: 14px;
    left: 434px;
    position: absolute;
    width: 77px;
    z-index: 99;
	/*background: url(controlNav.png) no-repeat;*/
}
.nivoSlider .nivo-controlNav a {
	display: block;
	border: 0;
	float: left;
	height: 14px;
	width: 14px;
	background: url(bullets.png) no-repeat 0 0;
	text-indent: -9999px;
}
.nivoSlider .nivo-controlNav a.active, .nivoSlider .nivo-controlNav a:hover {
	background:url(bullets.png) no-repeat 100% 0px;
}