$(function() {
$('#slideshow').cycle({ 
    fx: 'fade',
    speed:  2500,
    timeout: 10000,
    pause:  1,
    random: 1,
    delay: -4000
    });
});
