$(document).ready(function(){
        $('#bildwechsel').cycle({
            fx:    'fade',
            speed:  2500
    });
});
