
$(document).ready(function() {
$('#s1').cycle({
    fx:      'fade',
    speed:    1000,
    timeout:  4000
});
    $('#box2').cycle({
    fx:      'scrollHorz',
    speed:    500,
    timeout:  2000
});
    });
