jQuery(function($) {
$('#cycle').cycle({
    fx:      'fade',
    timeout: 10000,
    speedIn:  2000,
    speedOut: 2000,
    delay:    -2000
});
});
