
.scroll
        {       height: 100%;
                width: 100%;
                overflow: hidden;
                position: relative;
        }
.panel
        {       height: auto;
                width: auto;
        }
.scrollbuttons
        {       cursor: pointer;
                z-index: 3;
                position: absolute; bottom: 0;
        }
.scrollbuttons.up
        {       right: 55px;
        }
.scrollbuttons.down
        {       right: 34px;
        }
