$(document).ready(function () {
    $('#homepage_gallery_slider').localScroll({
   target:'#homepage_gallery_slider',
   
   axis:'x',
   queue:true, //one axis at a time
  duration:500
   
});
});



