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

