$.fn.cycle.defaults.speed   = 1200;
$.fn.cycle.defaults.timeout = 8000;
$(document).ready( function() {
$("#photo-box").cycle();
});

