.cbp-fwslider {
	position: relative;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 10px 0 15px;
}

.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: 20%;
	min-width: 30%;

}

.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: 25px;
	height: 50px;
	background: #a08e80;
	color: #fff;
	font-size: 25px;
	text-align: center;
	margin-top: -50px;
	line-height: 50px;
	cursor: pointer;
	font-weight: normal;
}

.cbp-fwslider nav span:hover {
	background: #7e7064;
}

.cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
}

.cbp-fwdots {
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.cbp-fwdots span {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: #a08e80;
	margin: 2px;
	border-radius: 30%;
	cursor: pointer;
}

.cbp-fwdots span:hover {
	background: #7e7064;
}

.cbp-fwdots span.cbp-fwcurrent {
	background: #7e7064;
	box-shadow: 0 0 0 2px #7e7064;
	-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;
}