$(document).ready(function() {
	$('#novinky').cycle({ 
		fx: 'scrollDown' ,
		easing: 'bounceout',
		timeout:  3000,
		pause:   1
	});
});
