$(function() {
    $('#animatedimages').cycle({
      delay: -50, 
      speed: 1000,
      pause: 1,
      timeout: 3000
    });
});
