jQuery(function($) {
	$("div.scrollable").scrollable({ 
        vertical:true,  
        size: 1
    }).mousewheel(); 
});

