$(function() {
  $('.slideshow').cycle({
    fx: 'fade',
    timeout: 7000,
    delay: -3000
    });
});