.nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
	margin:0 auto;
}
.NivoSzakiSlider {
	padding:0;
	margin:0px 0 19px 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;
	right:0px;
	top:147px;
	text-indent:0px;
	margin:0;
	background:#fff;
	opacity:1;
	width:459px;
	height:168px;
	z-index:8;
	overflow:hidden;
}
.nivo-caption p {
	margin:0;
	opacity:1;
	font-family: 'Lato', sans-serif;
	font-size:48px;
	line-height:48px;
	font-weight:300;
	color:#4b4b4b;
}
.nivo-caption p strong {font-weight:700; color:#4b4b4b !important;}
.nivo-caption p .slider-button {color:#efefef; line-height:45px; text-align:center; font-family:Arial, Helvetica, sans-serif; margin-top:25px; font-size:12px; width:153px; display:block; font-weight:bold; background:url(../images/slider-button.gif) 0 0 no-repeat;}
.nivo-caption p .slider-button:hover {background-position:0 -45px;}

.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:80px;
	height:135px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0
}
a.nivo-nextNav {
	background-position:-80px 0;
	right:14px;
	top:260px;
}
a.nivo-nextNav:hover {background-position:-80px -135px;}
a.nivo-prevNav {
	left:14px;
	top:260px;
	background-position:0px 0;
}
a.nivo-prevNav:hover {background-position:0px -135px;}
.nivoSlider .nivo-controlNav {
	position:absolute;
	right:6px;
	bottom:17px;
	padding:0;
	z-index:99;
}
.nivoSlider .nivo-controlNav a {
	display:block;
	width:14px;
	height:14px;
	background:url(../images/bullets.png) -21px 0 no-repeat;
	text-indent:-9999px;
	border:0;
	margin-left:7px;
	float:left
}
.nivoSlider .nivo-controlNav a.active, .nivoSlider .nivo-controlNav a:hover {
	background-position:0px 0;
}
