$(document).ready(function() {
	// fancybox lightbox
	$("a.lightbox").fancybox();
	$("#prehliadka3D").fancybox({
		'type'						: 'iframe',
		'width'						:	'100%',
		'centerOnScroll'	: true,
		'height'					:	'75%'
	});
	// nahlad videa
	$(".swfVideo").fancybox({
		'padding'					: 2,
		'showCloseButton'	: true,
		'centerOnScroll'	: true,
		'autoScale'				: true				
	});
	// slideshow v sidebaroch "kto oslavuje"
	$('.slideshow').cycle({
		fx: 'fade',
		speed:		2500, 
		timeout:	2500,
		random:		4
	});
	// titulkove obrazky
	$('.headerSlider').cycle({
		fx: 'fade',
		speed:		2500, 
		timeout:	10000,
		random:		2
	});
});

