.nivoSlider {
	position:relative;
	background: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:654px;
	height:5px;
	z-index:8;
	overflow:hidden;
}
.nivo-caption > p {
	padding:19px 20px 8px 33px;
	margin:0;
	opacity:1;
	color:#989797;
	width:598px;
	height:113px;
}
.nivo-caption p .slider-title { font-size:26px; line-height:26px; width:100%; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color:#fff; display:block; margin-bottom:6px;}
.nivo-caption p p {margin-bottom:13px;}
.nivo-caption p .slider-button {
	background: url(slider_button.png) no-repeat 0 0;
    color: #FFFFFF;
    display: block;
    font-family: Tahoma, Geneva, sans-serif;;
    font-size: 12px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 84px;
	}
.nivo-caption p .slider-button:hover {background-position:0 -22px;}
.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:42px;
	height:26px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	/* 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;
}
a.nivo-nextNav {
	background-position:-42px -26px;
	right:0px;
	bottom:24px;
}
a.nivo-nextNav:hover {background-position:-42px 0;}
a.nivo-prevNav {
	right:42px;
	bottom:24px;
	background-position:0px -26px;
}
a.nivo-prevNav:hover {background-position:0 0px}
.nivoSlider {
	margin:0px;

}
.nivoSlider .nivo-controlNav {
	position:absolute;
	right:0px;
	bottom:0px;
	padding:6px 0 0 8px;
	width:76px;
	height:19px;
	z-index:99;
	background:#e51d38;
	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;
}