jQuery(document).ready(function () {
    jQuery('#frontRotator').cycle({
        fx: 'fade', speed: 6500, timeout: 50
    });
});
