$(document).ready(function(){
  var options = {
    target: '#slider-content',
    axis: 'x',
    duration: 500
  };

  // scroll if #id is in the address bar
  $.localScroll.hash(options)
  $('#slider-nav').localScroll(options);
}); 