.banner {
	min-width: 1400px;
	height: 880px;
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
	/* The Nivo Slider styles */
	/* If an image is wrapped in a link */
	/* The slices and boxes in the Slider */
}

.banner .nivoSlider {
	position: relative;
	max-width: 1920px;
	height: 100%;
	text-align: center;
	left: 50%;
	margin-left: -960px;
}

.banner .nivoSlider img {
	display: none;
	width: auto;
	margin: 0 auto;
	height: auto;
}

.banner .nivoSlider a {
	border: 0;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 100%;
}

.banner .nivo-controlNav-bg {
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 44px;
	z-index: 100;
}

.banner .nivo-controlNav {
	position: absolute;
	width: 100%;
	bottom: 50px;
	z-index: 101;
	text-align: center;
	font-size: 0;
}

.banner .nivo-controlNav a {
	display: inline-block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	border: 0;
	margin: 0 5px;
	border-radius: 5px;
	cursor: pointer;
	background: #fff;
}

.banner .nivo-controlNav a.active {
	width: 40px;
	background: #1040A4;
}

.banner .nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}

.banner .nivo-prevNav {
	left: 0px;
}

.banner .nivo-nextNav {
	right: 0px;
}

.banner .nivo-directionNav a {
	display: block;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	border-radius: 50%;
}

.banner a.nivo-nextNav {
	background: rgba(0, 0, 0, 0.3) url(../img/arrowBr.png) center center no-repeat;
	right: 40%;
	margin-right: -700px;
}

.banner a.nivo-prevNav {
	left: 40%;
	margin-left: -700px;
	background: rgba(0, 0, 0, 0.3) url(../img/arrowBl.png) center center no-repeat;
}

.banner .nivo-caption {
	display: none !important;
}

.banner .ribbon {
	width: 111px;
	height: 111px;
	position: absolute;
	top: -4px;
	left: -5px;
	z-index: 300;
}

.banner .nivoSlider {
	position: relative;
}

.banner .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 auto;
}

.banner .nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	text-align: center;
}

.banner .nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
}

.banner .nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}

.banner .nivo-html-caption {
	display: none;
}
