$(document).ready(function() {
	$('#hipnozadescslider').cycle({
		fx:    'fade',
		speed: 1500,
		delay: -2000,
		sync: 1,     
		timeout: 8000,
		timeoutFn: null
	});
});
