    #scrollbar_container {  
        position:relative;  
        awidth:300px;  
    } 
     
    #scrollbar_track {  
        position:absolute;  
        top:0;  
        rightright:0;  
       height:100%;  
       width:9px;  
       background-color:transparent;  
       cursor:move;  
       right: 0px;
   } 
    
   #scrollbar_handle {  
       width:7px;  
       background-color:#747474;  
       cursor:move;  
       a-moz-border-radius: 5px;  
       a-webkit-border-radius: 5px;  
       opacity:0.9;  
       -moz-opacity:0.9;  
   } 
    
   #scrollbar_content {  
       overflow:hidden;  
       awidth:485px;  
       height:300px;  
   }  
   
   
   
   
    #scrollbar_container_left {  
        position:relative;  
        awidth:300px;  
    } 
     
    #scrollbar_track_left {  
        position:absolute;  
        top:0;  
        rightright:0;  
       height:100%;  
       width:9px;  
       background-color:transparent;  
       cursor:move;  
       right: 0px;
   } 
    
   #scrollbar_handle_left {  
       width:7px;  
       background-color:#747474;  
       cursor:move;  
       a-moz-border-radius: 5px;  
       a-webkit-border-radius: 5px;  
       opacity:0.9;  
       -moz-opacity:0.9;  
   } 
    
   #scrollbar_content_left {  
       overflow:hidden;  
       awidth:485px;  
       height:300px;  
   }  