#scrollbar_container {	width:480px;
						position:relative;
						height:280px;
						overflow:auto;
}
#scrollbar_track {  position:absolute;  
					top:0;  
					right:0;  
					height:100%;  
					width:11px;  
					background:transparent;  
					cursor:move; 
					background:transparent url(scrollbar_path.jpg) center repeat-y;
}

#scrollbar_handle { width:11px;  
					background:#cccccc;  
					cursor:move;  
					-moz-border-radius: 5px;  
					-webkit-border-radius: 5px;  
					opacity:0.9;  
					-moz-opacity:0.9;  
 } 
#scrollbar_content {	overflow:auto;  
						width:460px;  
					 	height:280px;
}  