I have a navigation using some jQuery effects. On mouseover it fades to a different background, and on mouseout it fades back to the original. But if you mouseover and out several times in a short time, it'll just sit there fading in, out, in, out, etc because the animations are getting queued. Is there a way to stop this from happening?