$(document).ready(function(){$('a img').mouseover(function(){$(this).stop().fadeTo(200,0.4)}).mouseout(function(){$(this).stop().fadeTo(300,1)})});