$(function() { $(".foto_fade").css("opacity","1.0"); $(".foto_fade").hover(function () { $(this).stop().animate({ opacity: 0.70 }, "slow"); }, function () { $(this).stop().animate({ opacity: 1.0 }, "slow"); }); });