
.bannerSlider { position:relative; margin:94px 0 0 0; height:289px; border-bottom:#ffd000 solid 24px; }
.bannerSlider .cbp-bislideshow {
	list-style: none;
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 0;
	margin: 0;
	
}

.bannerSlider .cbp-bislideshow li {
	position: absolute;
	width: 100%;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

/* If background-size supported we'll add the images to the background of the li */

.bannerSlider .backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ...and hide the images */
.bannerSlider .backgroundsize .cbp-bislideshow li img {
	display: none;
    
}

.bannerSlider .cbp-bislideshow li img {
	display: block;
    width:100%;
    
}

.bannerSlider .cbp-bicontrols {
	position:absolute;
	width:100%;
	top: 140px;
	left:0;
    z-index:2;
}

.bannerSlider .cbp-bicontrols span {
	float: left;
	width: 100px;
	height: 100px;
	position: relative;
	cursor: pointer;
    text-align:center;
}

.cbp-bicontrols span.cbp-binext {
	float: right;
}

/* Fallback */

.bannerSlider .no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.bannerSlider .no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}

