$(function() {
  $('#slider').cycle({ 
    fx:     'scrollLeft', 
    easing: 'easeInOutQuart'
  });
});
