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

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

/* <Scroll> */
div.track
{
    position: absolute;
    right:4px;
    top: 0;
    width: 5px; height: 99.2%;
    font-size: 0;
    z-index: 3;
    border-bottom:1px solid #c0c0c0;
    border-top:1px solid #c0c0c0;
  /*  background: black;*/
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 20px;
    cursor: pointer;
    z-index: 4;
    background: #c0c0c0;
}  
div.buttomUp
{
height:5px;
position:absolute;
right:2px;
top:0px;
z-index:4;
cursor:pointer;
}
div.buttomDown
{
position:absolute;
right:2px;
bottom:0px;
z-index:4;
height:5px;
cursor:pointer;
}