$(document).ready(function()
{							
	$('.p2nav a').hover(
		function(){$(this).find('img').stop().animate({opacity: 1}, 50);}, 
		/*function(){$(this).find('img').stop().animate({opacity: .48}, 500);}*/
		function(){$(this).find('img').stop().animate({opacity: .75}, 500);}
	);

});
