$(document).ready(
	function() {
		$("#animacja").cycle({
			fx: 'fade',
			speed: 1000
		});
	}
);
