.stepcarousel{
position: relative;
overflow: scroll;
width: 600px;
height: 135px;
}

.stepcarousel .belt{
position: absolute;
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left;
overflow: hidden;
margin: 10px 25px 0px 0px;
width: 125px;
text-align: center;
}

.stepcarousel .panel a {
color: #ce08a6;
text-decoration:none;
font: normal 10px 'Trebuchet MS', arial, helvetica, sans-serif;
text-transform:uppercase;
}