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

