$('#test').cycle({ 
    fx:     'fade', 
    speed:  '600', 
    timeout: 5000, 
    next:   '#next', 
    prev:   '#previous',
});


