.nivoSlider {
	position:relative;
	background:#202834 url(loading.gif) no-repeat 50% 50%;
}
.NivoSzakiSlider {
	padding:0;
	margin:0px 0 0px 0;
	}
.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:0px;
	text-indent:0px;
	margin:0;
	background:url(caption-bg.png) 0 0 repeat;
	opacity:1;
	width:940px;
	height:61px;
	z-index:8;
	overflow:hidden;
}
.nivo-caption  p {
	padding: 21px 35px 0 35px;
	margin:0;
	opacity:1;
	color:#989797;
	width:870px;
	height:40px;
}
.nivo-caption p .slider-title { font-size:14px; line-height:16px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color:#d43c53; display:block; float:left; margin-right:4px;}
.nivo-caption p p {
    margin:0; 
    padding:0; 
    float:left;
    width:auto!important; 
    font: 17px/20px 'PT Sans Narrow', sans-serif; 
    color:#fff;
    letter-spacing: 1px;
}
.nivo-caption p .slider-button {
	background: url(slider_button.png) no-repeat 0 0;
    color: #FFFFFF;
    display: block;
    font: 12px/20px 'PT Sans Narrow', sans-serif;
    height: 33px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	text-indent:-9999px;
    width: 86px;
	position:absolute;
	right:35px;
	top:13px;
}
.nivo-caption p .slider-button:hover {color: black;}
.nivo-caption a {

}
.nivo-html-caption {
	display:none
}
.nivoSlider a {
	border:0
}
.nivo-directionNav a {
	position:absolute;
	z-index:9;
	cursor:pointer
}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer
}
.nivo-controlNav a.active {
	font-weight:bold
}

.nivo-controlNav img {
	-moz-box-shadow:0 0 5px #333;
	-webkit-box-shadow:0 0 5px rgba(10, 10, 10, .7);
	display:inline;
	margin-right:10px;
	position:relative
}
.nivo-controlNav a.active img {
	-moz-box-shadow:0 0 5px #DDD;
	-webkit-box-shadow:0 0 5px rgba(10, 10, 10, .4)
}
.nivo-directionNav a {
	display:block;
	width:38px;
	height:40px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	right:0px;
	top:176px;
	background-position:right top;
}
a.nivo-prevNav {
	left:0px;
	top:176px;
	background-position:left top;
}
.nivoSlider {
	margin:0px;

}
.nivoSlider .nivo-controlNav {
	position:absolute;
	right:0px;
	bottom:143px;
	padding:6px 0 0 8px;
	width:auto;
	height:19px;
	z-index:99;
	background:#d73d1f;
	text-align:center;
}
.nivoSlider .nivo-controlNav a {
	display:inline-block;
	width:12px;
	height:12px;
	background:url(bullets.png) 0px -12px no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:2px;
	float:left;
	/* Firefox */
	-moz-transition: all 0.3s ease;
	/* WebKit */
	-webkit-transition: all 0.3s ease;
	/* Opera */
	-o-transition: all 0.3s ease;
	/* Standard */
	transition: all 0.3s ease;
}
.nivoSlider .nivo-controlNav a.active, .nivoSlider .nivo-controlNav a:hover {
	background-position:0px 0px;
}
