$(document).ready(function() {

// horizontal scrollables. each one is circular and has its own navigator instance
var horizontal = $(".scrollable").scrollable({ size: 1 }).circular().navigator(".navi").autoscroll(6500); ;


// when page loads setup keyboard focus on the first horzontal scrollable
horizontal.eq(0).scrollable().focus();

});
