toggle onmouser and again on mouseout

toggle onmouser and again on mouseout

hello

i am quite new to jquery. i would like to show a div on mouseover via toggle and change it back on mouseout. right now my code looks like this:

$(".#image").mouseover(function(){
$(this).next("#posts").fadeToggle(200)
return false;
});

it works on mouseover but i have no idea about the mouseout part. any help would be very appreciated. thx.
michael