.stepcarousel{
position: relative; /*nicht ändern*/
overflow: scroll; /* nicht ändern*/
width: 850px; /*Weite deines Forums*/
height: 220px; /*Wie hoch soll das Carousel werden*/
-webkit-box-sizing: border-box; /* nicht ändern*/
-moz-box-sizing: border-box;
box-sizing: border-box;
	background-color: #222222;
}

.stepcarousel .belt{
position: absolute; /*nicht ändern*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /* nicht ändern */
overflow: hidden; /*Soll zu langer Inhalt gescrollt werden, dann in auto ändern*/
height: 215px;
width: 850px; /*Weite deines Forums */
}

span.paginatecircle{ /* CSS for paginate circle spans. Required */
background: white;
border: 2px solid black;
border-radius: 10px;
width: 6px;
height: 6px;
cursor: pointer;
display: inline-block;
margin-right: 4px;
}

span.paginatecircle:hover{
background: gray;
}

span.paginatecircle.selected{
background: black;
}