﻿.stepcarousel{
    position: relative;
    overflow: scroll;
    width: 456px;
    height: 226px;
}

.stepcarousel .belt{
    position: absolute;
    left: 0;
    top: 0;
}

.stepcarousel .panel{
    float: left;
    overflow: hidden;
    margin: 0 5px 0 0;
    width: 460px;
}

img.pic 
{
    float:left;
    margin:0 5px 5px 0;
}

