$(function(){
	$(".scrollable").scrollable({ 
		circular	: true,
		speed		: 800 
	}).autoscroll(8000).navigator();	
});
