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

.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: 100%;
}

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

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

.cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
	border-radius:8px 0px 0px 8px;
	border-left-style:solid; border-left-color:#EADED5; border-left-width:2px;
	border-top-style:solid; border-top-color:#EADED5; border-top-width:2px;
	border-bottom-style:solid; border-bottom-color:#EADED5; border-bottom-width:2px; 
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
	border-radius:0px 8px 8px 0px;
		border-right-style:solid; border-right-color:#EADED5; border-right-width:2px; 
	border-top-style:solid; border-top-color:#EADED5; border-top-width:2px;
	border-bottom-style:solid; border-bottom-color:#EADED5; border-bottom-width:2px; 
}

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

.cbp-fwdots span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background:#fff;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
}

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

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