// JavaScript Document

// execute your scripts when the DOM is ready. this is mostly a good habit
$(function() {
	// initialize scrollable
	//$(".scrollable").scrollable();
	$(".scrollable").scrollable({circular: true}).autoscroll({ autoplay: true });
	//$(".scrollable").scrollable().autoscroll(5000);


});



