jQuery(document).ready(function($) {
    $('.hero').cycle({
			fx: 'fade',
			timeout: 9000,
			speed: 2900,
			pause: 0
		});
});
