$(document).ready(function() {
	$(".scrollable").scrollable({circular: 'true'}).autoscroll({ autoplay: 'true' });
});

