$(function() { 
  $('#slideshow1').cycle({
    timeout:1000,
    speed:300,
    sync:1,
    pause:1
  });
});

