.NivoSzakiSlider .nivoSlider {
	position: relative;
	background: url(loading0.gif) no-repeat 50% 20%;
	overflow: hidden;
}
.nivoSlider {
	position:	relative;
	margin:	0px auto 7px;
	background: url(loading0.gif) no-repeat 50% 20%;
}
.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: 0px;
	bottom: 14px;
	margin: 0;
	opacity: none !important;
	z-index: 8;
	width: 468px;
	height: 88px;
}

.nivo-caption p {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	bottom: 0px;
	opacity: 1;
	width: 468px;
	height: 88px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 41px;
	line-height: 42px;
	text-transform: uppercase;
	color:#FF6600;
	text-shadow: 0.1em 0.1em 0.2em black;
}

.nivo-caption div span {
	display: inline-block;
	background: url(<?=$url;?>modules/mod_nivoslider/assets/span.png) repeat 0px 0px;
	height: 44px;
	padding: 0 37px 0 17px;
	color: red;
}
.nivo-caption div strong {
	display: inline-block;
	font-weight: normal;
	background: url(<?=$url;?>modules/mod_nivoslider/assets/strong.png) repeat 0px 0px;
	height: 44px;
	padding: 0 20px 0 17px;
}

.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: 385px;
}
.nivo-prevNav {right: 134px;}
.nivo-nextNav {right: 9px;}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}

.nivo-controlNav img {
	display:inline;
	position:relative
}
.nivo-controlNav a.active img {}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows00.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-prevNav {background-position: 0% 0%;right:240px;}
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 {
	height: 19px;
    right: 46px;
    position: absolute;
    bottom: 18px;
    width: auto;
    z-index: 99;
	/*background: url(controlNav.png) repeat 0 0;*/
}
.nivoSlider .nivo-controlNav a {
	display: block;
	border: 0;
	float: left;
	height: 19px;
	width: 19px;
	margin-left: 2px;
	background: url(bullets0.png) no-repeat 100% 0;
	text-indent: -9999px;
}
.nivoSlider .nivo-controlNav a.active, .nivoSlider .nivo-controlNav a:hover {
	background:url(bullets0.png) no-repeat 0% 0px;
}
