.cbp-fwslider {
	position: relative;
	margin: 0 -68px 10px 0;
	overflow: hidden;
	padding:0px 0 25px 0;
}
.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 ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 75%;
}
.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100px;
	background: #47a3da;
	color: #000;
	font-size:0px;
	text-align: center;
	margin-top: -50px;
	line-height: 40px;
	cursor: pointer;
	font-weight: normal;
}
.cbp-fwslider nav span:hover {
	background: #378fc3;
}
.cbp-fwslider nav span.cbp-fwnext {
	right: 56px;
}
.cbp-fwslider nav span.cbp-fwprev {
	left: 40px;
}
.cbp-fwdots {
	bottom: -6px;
	position: absolute;
	right:4px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}
.cbp-fwdots span {
	display: inline-block;
	width: 35px;
	height: 35px;
	/*background: #00d6ba;*/
	background: transparent;
	margin: 4px 4%;
	border-radius: 50%;
	cursor: pointer;
}
.cbp-fwdots span:hover {
	background: transparent;
	/*background: #ff676f;*/
}
.cbp-fwdots span.cbp-fwcurrent {
	background: transparent;
	/*background: #ff676f;*/
	/*box-shadow: 0 0 0 2px #ff676f;*/
	-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;
}