$j(document).ready(function(){



	jQuery.extend(jQuery.validator.messages, {required: "Pole wymagane."});



	$j("#contactForm").validate();

	$j('#proj').nivoZoom();

	

	$j('.more').click(function(){

		$j('.extended').toggle();

		return false;

	});
	

	$j.localScroll();
	
	$j('.more').qtip({
	   content: 'Uzupełnij dodatkowe informacje o projekcie',
	   show: 'mouseover',
	   hide: 'mouseout',
	   position: {
		  corner: {
			 target: 'rightMiddle',
			 tooltip: 'leftMiddle'
		  }
	   },
	   style: {
			padding: 20,
			color: '#5C5C5C'
	   }
	})

 });
 

 
