jQuery(document).ready(function() {
	jQuery(".fancybox").fancybox({
		cyclic: true,
		titlePosition: 'over'
	});
	
	jQuery(".menuLeftCategory:first").css('margin-top', '0px');
	
	jQuery(".wstecz").click(function() {
		history.go(-1);
	});
});

Cufon.replace(".cufon");
