$(document).ready(function() {
    $('.rotater').cycle({
        fx: 'fade'
    });
});
