$(document).ready(function(){
	$("li .thickbox").tooltip({showURL: false});	
	$("#najnowsze_wydarzenia a").tooltip({showURL: false});	
	$('#animacja').innerfade();
	$("#menu .glowna").hover(
		function() {
			$(this).children('ul').css('display','block');
		}, 
		function() {
			$(this).children('ul').css('display','none');
		}
	);
	$(".thickbox").fancybox();
});
