Called when the mouse leaves an element that has been hovered.
$(".option").live("hoverleave", function(ev, hover){ $(this).removeClass("hovering"); })