$(document).ready(function() {
    $('.slideshowPics').cycle({
            fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
        });

    $('.slideshowPics').cycle({
            fx:    'fade',
            speed:  2500,
            timeout: 2000
        });
});
