
.scroll
        {       height: 420px;
                width: 100%;
                overflow: hidden;
        }
.panel
        {       height: auto;
                width: auto;
        }
.scrollbuttons
        {       cursor: pointer;
                z-index: 3;
                position: relative; left: 385px;
        }
.scrollbuttons.up
        {       top: 37px;
        }
.scrollbuttons.down
        {       bottom: 30px;
        }

