$(document).ready(function() {
  $('#features').cycle({
    fx: 'fade',
    timeout: 8000,
    speed: 1000,
    easing: 'easeInOutQuad'
  });
});
