Called when the mouse moves on an element that has been hovered.
$(".option").live("hovermove", function(ev, hover){ //not sure why you would want to listen for this //but we provide it just in case })