$(function() {
    
    $('.slideshow').each(function(){
        $(this).cycle({
                            fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
                            timeout: 5000,
speed: 2000
                });
});
            
});

