.cbp-fwslider {
	position: relative;
	margin: 0px 0px 20px;
	overflow: hidden;
	padding: 0 0 60px 0;
	
	background-image:url(../svg/brandImg2024.svg);
	background-position:center center;
	background-repeat:no-repeat;
}

.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: 50px auto;
	max-width: 100%;
	
	background: #47a3da;
	box-shadow: 0 0 0 2px #47a3da;
	-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;
}

.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: 60px;
	height: auto;
/*	background: #fff;
*/	color: #5a504e;
	font-size: 30px;
	text-align: center;
	margin-top: -150px;
	line-height: 100px;
	cursor: pointer;
	font-weight: normal;
}

.cbp-fwslider nav span.cbp-fwnext:hover {
	background: #fff;
/*	color:rgba(90,80,78,0.3);
*/}

.cbp-fwslider nav span.cbp-fwnext {
	z-index:3000;
			position:absolute;
				background: #fff;
				border-top:1px solid rgba(90,80,78,0.3);
	right: 0px;
}

.cbp-fwslider nav span.cbp-fwprev {
		z-index:3001;
		position:absolute;
			background: #fff;
	right: 0px;
	margin-top:-250px;
}

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

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

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

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