.theme-custom .nivoSlider {
	position:relative;
	background:#000 url(../images/system/loader.gif) no-repeat 50% 50%;
    margin:0;
}

.theme-custom .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.theme-custom .nivoSlider a {
	border:0;
	display:block;
}

.theme-custom .nivo-controlNav {
	position:relative;z-index:10;
	padding:11px 0 0 10px;height:159px;
	background:url(../images/slider_nav.png) repeat-x #0d0e0f;
	background-image: linear-gradient(top, #4C4D50 0%, #0D0E0F 100%);
	background-image: -o-linear-gradient(top, #4C4D50 0%, #0D0E0F 100%);
	background-image: -moz-linear-gradient(top, #4C4D50 0%, #0D0E0F 100%);
	background-image: -webkit-linear-gradient(top, #4C4D50 0%, #0D0E0F 100%);
	background-image: -ms-linear-gradient(top, #4C4D50 0%, #0D0E0F 100%);
}

.theme-custom .nivo-controlNav a {
	display:block;
	border:0;
	margin-right:9px;
	float:left;
	width:143px;
	color:#767778;
	position:relative;
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
	line-height:18px;
}

.theme-custom .nivo-controlNav a.active,.theme-custom .nivo-controlNav a:hover {color:#fff;font-weight:normal;}

.theme-custom .nivo-controlNav a .moduleItemImage{position:relative;display:inline-block;margin:0 0 6px;}
.theme-custom .nivo-controlNav a .moduleItemImage span.img_border{position:absolute;left:0;top:0;right:0;bottom:0;border:0px solid rgba(253,253,250,0);-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.theme-custom .nivo-controlNav a:hover .moduleItemImage span.img_border,.theme-custom .nivo-controlNav a.active .moduleItemImage span.img_border{border:5px solid #fdfdfa;}

.slider_active{position:absolute;background:url(../images/slider_active.png);width:18px;height:0px;top:-11px;left:50%;margin-left:-9px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.theme-custom .nivo-controlNav a.active .slider_active{height:9px;top:-20px;}

.theme-custom .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

.theme-custom a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

.theme-custom a.nivo-prevNav {left:15px;}

.theme-custom .nivo-caption {font-family: Helvetica, Arial, sans-serif;background:none;}
.theme-custom .nivo-caption p{background:url(../images/slider_banner.png);background:rgba(0,0,0,.8);color:#707171;padding:14px 90px 20px 20px;height:83px;position:relative;bottom:-20px;}
.theme-custom .nivo-caption a.moduleItemReadMore {position:absolute;right:17px;top:17px;padding:0;border:none;line-height:0;font-size:0;width:57px;height:64px;background:none !important;}
.theme-custom .nivo-caption a.moduleItemReadMore span.slider_button_red{position:absolute;background:url(../images/slider_button_red.png);width:38px;height:64px;left:0;top:0;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.theme-custom .nivo-caption a.moduleItemReadMore span.slider_button_white{position:absolute;background:url(../images/slider_button_white.png);width:38px;height:64px;left:19px;top:0;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.theme-custom .nivo-caption a.moduleItemReadMore:hover span.slider_button_red{left:19px;z-index:2;}
.theme-custom .nivo-caption a.moduleItemReadMore:hover span.slider_button_white{left:0px;}
.theme-custom .nivo-caption a:hover {color:#fff;}
.theme-custom .nivo-caption .moduleItemTitle{font-size:22px;line-height:28px;color:#fff;display:block;margin:0 0 3px;}