[jQuery] Help on mouse over and div appearing on an img

[jQuery] Help on mouse over and div appearing on an img


Hi, I'm working on a little piece of code you can find here:
http://www.gianiaz.net/jquery/mouseover/
In a few words, I make appear a div with an info of the image when the
mouse go over an image.
The problem is that when I go over the image the div with the info
appears, but if with the pointer I go over the info div the mouseout
event is fired even if the div is inside the image causing a blinking.
There's a way to block the mouseout function?
how can I solve?
Thank you