.stepcarousel{
position: relative; /*leave this value alone*/
border: 2px solid #5f81bc;
overflow: scroll; /*leave this value alone*/
width: 290px;
height: 250px !important; /*Height should enough to fit largest content's height*/
height:260px;
vertical-align:middle;
}

.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: 290px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
vertical-align:middle;
}

p.samplebuttons{
width: 290px;
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;
}


}
