$(function() {
  $(".scrollable").scrollable({speed: 900, circular: true});

  $("#xx a").tooltip({

   // tweak the position
   offset: [10, 2],

   // use the "slide" effect
   effect: 'slide'

// add dynamic plugin with optional configuration for bottom edge
}).dynamic();
});



