#scrollbar_container {  
    position:relative;  
    width:850px;  
} 
 
#scrollbar_track {      
    position:absolute;
    margin-left:835px;  
    top:0;  
    rightright:0;  
    height:100%;  
    width:10px;  
    background-color: #712f1b;  
    cursor:move; 
    float:right;
} 
 
#scrollbar_handle {      
    width:10px;  
    background: #a1be35 url(../img/scroller/scrollerbottom.gif) no-repeat left bottom;  
    cursor:move; 
    border: none; 
} 
 
#scrollbar_content {  
    overflow:hidden;  
    width:830px;  
    height:215px;  
}  