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

window.api = $("div.scrollable").scrollable({ size: 1 }).circular().navigator().autoscroll({
    autoplay: true,
    api: true,
	interval: 8000
});
 
}); 
