$(document).ready(function(){$(".foo").mouseover(function(){$(this).stop(true).animate({opacity:0.x},{duration:xxx})});$(".foo").mouseout(function(){$(this).stop(true).animate({opacity:1},{duration:xxx})})});
$(document).ready(function(){$(".foo").mouseover(function(){$(this).stop(true).animate({opacity:0.x},{duration:xxx})});$(".foo").mouseout(function(){$(this).stop(true).animate({opacity:1},{duration:xxx})})});