$(document).ready(function() {
    $('.cycle').cycle({
		fx: 'fade',
		timeout: 3000,
		speed: 800
	});
});