jQuery(function() {		
		
	// initialize scrollable 
	jQuery("div.scrollable").scrollable({
		vertical:true, 
		size: 3
		
	// use mousewheel plugin
	}).mousewheel().circular().autoscroll();	

	
});
