div.scrollholder
{
    position: relative;
   height: 100%;
    z-index: 11111111111!important;
	
    
}

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


/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 5px; height: 100%;
    font-size: 0;
    z-index: 33333333333!important;
    background:#F2F2F2;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4444444444!important;
    background:#999;
}  