.nivoSlider {
	position:relative;
	background:#fff url(/img/loading.gif) no-repeat 50% 50%;
}
.NivoSzakiSlider {
	padding: 0 3px;
	margin: 0px -4px;
	background: url(/img/bg-slider.jpg) no-repeat 0 0;
	width: 951px;
	height: 466px;
}
.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: 28px;
	top: 256px;
	text-indent: 0px;
	background: #0e0910;
	width: 318px;
	height: 77px;
	padding: 15px 16px;
	text-align: left;
	z-index: 8;
	overflow: hidden;	
	border-radius: 14px 14px 14px 14px;
}

.nivo-caption p {
	width: 100%;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0;
}
.nivo-caption p span {
	float: left;
	width: 73px;
	height: 73px;
	border-radius: 73px 73px 73px 73px;
	font-size: 50px;
	line-height: 70px;
	color: #484449;
	background: white;
	text-align: center;
	margin-right: 14px;
	opacity: 1 !important;
}
.nivo-caption p strong {
	display: block;
	font-size: 30px;
	line-height: 34px;
	color: white;
	font-weight: normal;
	padding-bottom: 5px;
}
.nivo-caption p b {
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	display: block;
}

.nivo-caption p .slide-title { font-size:34px; line-height:30px; width:100%; background:#fff; font-family: 'Raleway', arial, serif; color:#848484; display:block; padding-bottom:15px; margin-bottom:14px; border-bottom:1px solid #e5e5e5;}
.nivo-caption p a {color:#848484; font-size:14px; text-decoration:none;}
.nivo-caption p a:hover {text-decoration:underline;}
.nivo-caption a {
	display:inline !important
}
.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: 47px;
	height: 88px;
	background: url(/img/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position:left top;
	right: 9px;
	top: 147px;
}
a.nivo-nextNav:hover {background-position:left bottom;}
a.nivo-prevNav {
	left: 9px;
	top: 147px;
	background-position: right top;
}
a.nivo-prevNav:hover {background-position: right bottom;}

.nivoSlider {
	margin:0px;
}
.nivoSlider .nivo-controlNav {
	background: #2a4049;
    bottom: 0;
    height: 23px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 554px;
    padding: 8px 0 0 506px;
    z-index: 99;
}
.nivoSlider .nivo-controlNav a {
	display: block;
	width: 14px;
	height: 15px;
	background: url(/img/bullets.png) 0px 0 no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left
}
.nivoSlider .nivo-controlNav a.active, .nivoSlider .nivo-controlNav a:hover {
	background-position: -14px 0;
}
