jQuery(document).ready(function() {
$("#animation").fadeIn(2000, function () {
	$('#animation').crossSlide({
	  sleep: 3,
	  fade: 1
	}, [
	  { src: 'http://floweroflove.pl/wp-content/themes/default/images/animacja/1.jpg' },
	  { src: 'http://floweroflove.pl/wp-content/themes/default/images/animacja/2.jpg' },
{ src: 'http://floweroflove.pl/wp-content/themes/default/images/animacja/3.jpg' },
{ src: 'http://floweroflove.pl/wp-content/themes/default/images/animacja/4.jpg' },
{ src: 'http://floweroflove.pl/wp-content/themes/default/images/animacja/5.jpg' },
{ src: 'http://floweroflove.pl/wp-content/themes/default/images/animacja/6.jpg' }
	]);
});
});
