$(".item").hover( function(){ $(this).find('.over').stop().fadeIn({duration: '175', queue: false}); }, function(){ $(this).find('.over').stop().fadeOut({duration: '175', queue: false}); });