$(function() {
	// initialize scrollable
	$(".scrollable").scrollable({circular: true}).autoscroll({ interval: 8000, autoplay: true }).navigator();
	// $(".scrollable").scrollable({circular: true}).autoscroll({ autoplay: true });
});

