// execute your scripts when the DOM is ready. this is mostly a good habit
$(function() {

	// initialize scrollable together with the navigator plugin
$(".scrollable").scrollable({ easing: 'swing',
    speed: 1500,
    circular: true }).navigator().autoscroll({ autoplay: true, interval: 10000 })

});




