.stepcarousel {
	width: 940px;
	position: relative;
	border: 8px solid #bdbdbd;
	overflow: scroll;
	height: 220px;
        margin-top: -100px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        background-color: #cdcdcd;
}

.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*/
margin: 10px; /*Abstand nach außen*/
width: 950px; /*Weite deines Forums */
}

.pan {
	background-color: #cdcdcd;
	box-sizing: border-box;
	overflow: auto;
}

.nfheadline {
	background: url(../../../images/greytheme/tcat.png) top left repeat-x;
	color: #ffffff;
	border-top: 1px dotted #838383;
	border-bottom: 1px dotted #838383;
	padding: 2px 6px;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 8px;
	height: 15px;
	font-family: 'PT Sans Narrow',sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.panels1 {
	height: 150px;
	box-sizing: border-box;
}

.pan::-webkit-scrollbar {
    width:8px;
    background:#c1c1c1;
}

.pan::-webkit-scrollbar-thumb {
    background:#c1c1c1;
    height:10px;
}

.pan::-webkit-scrollbar-track {
    background-color:#E1DEDE;
    opacity:0.8;
}