$('#eff').cycle({ 
    fx:     'fade', 
    speed:  500, 
    timeout: 0, 
    next:   '#pro', 
    prev:   '#ant' 
});