jQuery(function($) {
$('#cycle').cycle({
    fx:      'fade',
	timeout: 150000,
    speedIn:  2000,
    speedOut: 500,
	pause: 1,
    easeIn:  'bounceout',
    easeOut: 'backin',
    delay:   -2000
});
});

