$(document).ready(function() {
			//Activate FancyBox
			$("p#hotel a").fancybox({
				'hideOnContentClick': true
			});	

			$("p#woda a").fancybox({
				'hideOnContentClick': true
			});	

			$("p#rosliny a").fancybox({
				'hideOnContentClick': true
			});
			
			$("p#hotela a").fancybox({
				'hideOnContentClick': true
			});
			
			$("a[href$='.jpg'],a[href$='.png'],a[href$='.gif']").fancybox();
		    });
