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

