$(document).ready(function() {
$("#chained").scrollable({circular: true, mousewheel: true}).navigator().autoscroll({interval: 3000	});	
$(".scrollable").scrollable({circular: true, vertical: true, mousewheel: true }).navigator().autoscroll({interval: 3000	});	

});
