jQuery(function(){

    jQuery.noConflict();
    jQuery('#slideshow').cycle({
        fx:     'shuffle',
        speed:  1000,
        timeout: 8000,
        next:   '#next',
        prev:   '#prev'
    });


});

