$(function() { $('a img:not(a.shadow img,.nothover,a.ttl img)').hover( function(){ $(this).stop().animate({"opacity":0.7},240); }, function(){ $(this).stop().animate({"opacity":1},240); } ); });