#scrollbar_container {  
    position:relative;  
    height:340px; 
	width:354px;
} 
 
#scrollbar_track {  
    position:absolute;  
    top:0;  
    right:0;  
    height:100%;  
    width:10px;  
    background-color:transparent;  
    cursor:move;  
} 
 
#scrollbar_handle {  
    width:10px;  
    background-color:#CCCCCC;
	background-image:url(/media/lib/55/scrollbar_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
    cursor:move;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    /*opacity:0.9;  
    -moz-opacity:0.9;
	*/
} 
 
#scrollbar_content {  
    overflow:hidden;  
    width:328px;  
    height:340px;  
}  
