$(document).ready(function(){
    $('#wrapper').cycle({ 
        fx:    'fade', 
        speed:  300,
        timeout: 0,
        next:('.next')
    });
});

