.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 770px;
height: 130px !important; /*Height should enough to fit largest content's height*/
height:140px;
vertical-align:middle;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;}

.stepcarousel .panel{
	/*
float: left; 
*/
overflow: hidden;
margin: 0px; 
width: 780px;
vertical-align:middle;
}

.starthumb {
margin-left:10px;
}

p.samplebuttons{
width: 280px;
text-align: center;
color:#5f81bc;
font-family: Tahoma;
font-size:11px;
}

p.samplebuttons a{
color: #5f81bc;
font-size:11px;
font-family:Arial;
padding: 1px 2px;
margin-right: 3px;
text-decoration: none;
}

