$(function() {
    $('#swapper').cycle({
        fx:     'fade',
        speed:  2000,
        timeout: 4000,
        delay: 500,
        pause:  1
    });
});
