jQuery(function($){
	var $scroller = $('.scroller');
	$scroller.scrollable({circular: true, mousewheel: true}).autoscroll({
		interval: 3000,
		speed: 7000
	});
});
