.panel {height:650px}
.panel:hover {cursor: e-resize}

.stepcarousel{
        position: relative; /*leave this value alone*/
        overflow: scroll; /*leave this value alone*/
        width: 100%; /*Width of Carousel Viewer itself*/
        height: 650px; /*Height should enough to fit largest content's height*/
}

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

.stepcarousel .panel{
        float: left; /*leave this value alone*/
        overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
        margin: 20px 0 0 0; /*margin around each panel*/
        padding-left: 50px;
        margin-right: -30px;
        
}