  $(document).ready(function(){
	$("a img").hover(function(){$(this).fadeOut(200);$(this).fadeIn(100);});
  });


