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

.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;
	cursor: url(https://saintcity.ch/finger_wcg.png) 10 0,auto;
}

.cbp-fwslider ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
}

.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 88px;
	color: transparent; 
	text-align: center;
	margin-top: -50px;
	cursor: pointer;
}

.cbp-fwslider nav span.cbp-fwnext {
	right: 40px;
	background-image: url(../img/icons/pfeil_next@2x.png);
	background-size: 50px 88px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 40px;
	background-image: url(../img/icons/pfeil_back@2x.png);
	background-size: 50px 88px; 
}
/*
.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: #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;
}
*/