Cufon.replace('h2, h3, h4, h5, #terminy', { hover: true });
$(document).ready(function() {
				$('#s').inline_label({text: "Szukaj..."});
				$("a[rel=galeria]").fancybox({
						'transitionIn'		: 'none',
						'transitionOut'		: 'none',
						'titleShow'		 	: false,
						'overlayShow'		: true,
						'overlayOpacity'	: 0.6,
						'overlayColor'		: '#000'
				
				});
			});
