$(document).ready(function() {
  $('#currentSlideContainer').cycle({
    fx: 'fade',
    timeout: 5500,
    speed: 3000
  });
});
