.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 750px; /*Width of Carousel Viewer itself*/
height: 155px; /*Height should enough to fit largest content's height*/
background-image: url(../../fileadmin/user_upload/slider/slider_bg.png);
background-repeat: repeat-y;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 239px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
margin-left: 17px;
}

.slider_box {
width: 227px;
height: 85px;
padding: 0px 6px 0px 6px;
}

.slider_headlineBox {
width: 227px;
height: 26px;
border-bottom:1px solid #b5b5b5;
float:left;
}

.slider_headline {
width: 196px;
height: 12px;
padding: 5px 0px 5px 6px;
font-size: 12px;
color: #fbb71a;
font-weight: bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
text-transform: uppercase;
text-decoration: none;
float:left;
}
.slider_headline a:active, .slider_headline a:hover, .slider_headline a:link, .slider_headline a:visited {
text-decoration: none;
font-size: 12px;
color: #fbb71a;
float:left;
}

.slider_arrow {
background-image: url(../../fileadmin/user_upload/slider/slider_arrow.png);
background-repeat: no-repeat;
width: 25px;
height: 26px;
float:right;
}

.slider_text {
width: 227px;
height: 58px;
padding: 5px 0px 5px 6px;
font-size: 12px;
color: #b5b5b5;
font-weight: normal;
font-family: Arial, Verdana, Helvetica, sans-serif;
float:left;
}