//Start the slideshow
$(document).ready(function() {
    $('.slideshowcontainer').cycle({
        fx: 'fade',
        speed: 2500,
        random: 1,
        pause: 1,
        delay: -2500
    });
});
