
$(function() {
	$(".scrollable").scrollable({ vertical: true, mousewheel: true });
}); 
