div.scrollholder
{
    position: relative;
    /*width: 300px;*/
    /*height: 200px;*/
    overflow: auto;
    z-index: 996;
    /*background-color: #f3f3f3;*/
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 997;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 998;
    /*background: white;*/
}

div.drag_bar
{
    position: absolute;
    margin-top:30px;
    margin-bottom:30px;
    border-color:white;
    width: 100%; height: 50px;
    cursor: pointer;
    z-index: 999;
    background: gray;
}  
