$(function() {

	// initialize scrollable
	$(".scrollable").scrollable({circular: true}).autoscroll(3500, { autoplay: true });

});

