jQuery(document).ready(function(){
    jQuery('.mycycle').cycle({
        delay:  1000,
        speed:  1000,
        timeout : 5000,
        pause : true
    });
});