.slider{
position: relative; /*leave this value alone*/
background-image:url('bg-slider.jpg');
background-repeat:no-repeat;
width: 441px;
height: 229px
}


.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 400px;
margin-top:0px;
margin-bottom:0px;
margin-left:30px;
height: 163px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
line-height:12px;
height:160px;
color:#64757d;
font-size:11px;
padding-top:0px;
margin-top:0px;
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-top: 12px; /*margin around each panel*/
width: 210px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.samplebuttons{
padding-left:25px;
padding-top:10px;
width: 420px;
text-align: right;
}

.samplebuttons a{
color: #2e6ab1;
padding: 1px 2px;
margin-right: 3px;
text-decoration: none;
}