$(document).ready(function() {
  $('#image-rotate').cycle({
    fx: 'shuffle', 
    shuffle: { 
        top: -140, 
        left: 30 
    },
    speed: 3000,
    timeout: 10000,
    easing: 'easeOutQuint'
  });
  
});