$(document).ready(function(){
  $('#gallery a').lightBox();
  $(".scrollable").scrollable({circular: true}).navigator();
});



