div.scrollholder
{
    position: relative;
    width: 283px; height: 355px;
    overflow: auto;
    z-index: 1;
    background-color: #fff;
    border: 1px #D7D7D7 solid;
    margin: 0px;
    padding: 2px;
    
}
div.scroll
{
    position: absolute;
    left: 0; top: 10px;
    width: 90%;
    z-index: 2;
    padding: 10px;
    overflow: hidden;
    border: 0;
    margin:0;


}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0;
    width: 28px; height: 352px;
    font-size: 0;
    z-index: 3;
    background-color: #F0F0F0;
   
 background-image: url(../images/customized_scrollbar.gif);
 background-repeat: no-repeat;
 background-position: center top;
 padding: 0;
 margin: 0;
 border: 0;
}


div.drag_bar
{
    position: absolute;
    width: 100%; height: 130px;
    cursor: pointer;
    z-index: 4;
    background: #F0F0F0;
background: url(../images/customized_scroller.gif) no-repeat center top;
 margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    border: 0;
    padding: 0;
    
}
