.cbp-fwslider {
width:100%;
height:500px;
overflow:hidden;
text-align:center;

}


.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
	
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
}

#cbp-fwslider img{
	border: none;
	width: 100%;
	height:auto;
	  margin: -10% 0 -15% 0 ;
}

.cbp-fwslider nav span {
	position: absolute;
	top: 70%;
	width: 50px;
	height: 100px;
	background: #47a3da;
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin-top: -50px;
	line-height: 100px;
	cursor: pointer;
	font-weight: normal;
}

.cbp-fwslider nav span:hover {
	background: #378fc3;
}

.cbp-fwslider nav span.cbp-fwnext {
	right: 50px;
	width:0px;
	height:0px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;width:0px;
	height:0px;
}

.cbp-fwdots {
	left:50%;
    margin-left:-510px;
	bottom:-32px;
	white-space: nowrap;
	width:1000px;
	position:absolute;
	z-index:999;	
	text-align:right;
}
.cbp-fwdots span {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #000;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
	
}

.cbp-fwdots span:hover {
	background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
	background: #fff;
	
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}