$(document).ready(function(){



$('#img-fade').cycle({ 
    fx:     'fade', 
    speed:   1000, 
    timeout: 4000, 
    next:   '#img-fade', 
    pause:   1 });
});