$(document).ready(function(){
	$('.textbox, .text_over').fadeTo(0, 0.9);
	$(function() {
	    $('#main_aktualita').cycle({
	        fx:     'fade',
	        speed:  600,
	        pause: 1,
	        timeout: 4000,
	     	pagerEvent: 'mouseover.cycle',
	        pager:  '#main_dalsi_aktuality',
	        pauseOnPagerHover: 1,
	        pagerAnchorBuilder: function(idx, slide) {
	            return '#main_dalsi_aktuality div:nth-child(' + (idx+1) + ') a';
	        }
	    });
	});
});
