﻿.slider-wrapper {
    position: relative;
    padding-bottom: 60px;
}
.nivoSlider {
	z-index: 0;
	margin-top: 5px;
	height: 360px !important;
	width: 940px !important;
    background: #fff url('../../images/ajax-loader.gif') no-repeat scroll center center;
}
.nivo-controlNav {
	position: absolute;
	bottom: -60px;
	height: 60px;
	background: transparent url('../../images/controls/slider/shadow.png') no-repeat scroll center top;
	text-align: center;
	left: 0px;
	width: 100%;
}
.nivo-controlNav a {
	background: url("../../images/controls/slider/bullets.png") no-repeat scroll center top transparent;
	border: 0 none;
	display: inline-block;
	height: 22px;
	margin-right: 13px;
	margin-top: 10px;
	width: 22px;
	font-size: 0px;
	line-height: 0px;
}
.nivo-controlNav a.active {
	background: url("../../images/controls/slider/bullets.png") no-repeat scroll center -22px transparent;
}
.nivo-directionNav a {
	background: url("../../images/controls/slider/navLeft.png") no-repeat scroll 15px center transparent;
	border: 0 none;
	display: block;
	height: 100%;
	text-indent: -9999px;
	width: 150px;
}
a.nivo-prevNav {
	left: 0px;
}
a.nivo-nextNav {
	background: url("../../images/controls/slider/navRight.png") no-repeat scroll 105px center transparent;
	right: 0px;
}
.nivoSlider-slim{
	z-index: 0;
	margin-top: 0px;
	margin-bottom:60px;
	height: 262px !important;
	width: 734px !important;
	overflow: visible;	
	background: #fff url('../../images/ajax-loader.gif') no-repeat scroll center center;
}
.nivoSlider-slim img {
	position:absolute;
	top:0px;
	left:0px;
    display: none;
}
.nivoSlider-slim .nivo-controlNav{
	background:#fff none;
    z-index: 10;
}
.c-banner .nivoSlider-slim{
	z-index: 0;
	margin-top: 0px;
	margin-bottom:0px;
	height: 262px !important;
	width: 734px !important;
	overflow: visible;	
}
.c-banner .slider-wrapper {
    height: auto !important;
    top: 0px;
}
.c-banner .slider-wrapper .nivo-controlNav {
    bottom: -60px;
    height: 60px;
}
.c-banner .nivoSlider {
    top: 0px;
}