.panel {height:760px}
.portpic: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: 760px; /*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: 0px; /*margin around each panel*/
        padding-left: 50px;
        margin-right: -40px;
}
