$(document).ready(function(){
	// skryvani / odkryvani novinek
	$(".news a").click(function(){
		$(this).parent().children(".perex").toggle("slow");
		$(this).parent().children(".text").toggle("slow");
		//$(this).parent().children("p.text").show("slow");
	});
	
	// fancybox galerie
	$("a.fancybox").fancybox();
});
