$(document).ready(function() {
    $('.slider').cycle({
        fx: 'fade',
        timeout: 6500
    });
});

