$(document).ready(function() {
    $('#carousel').cycle({
        fx: 'fade',
        timeout: 6000
    });
});
