$(function() {
	 $(".scrollable").scrollable({circular: true}).autoscroll({ autoplay: false,
		interval: 25000
	 });
	 
});


