Jquery tipbox [gelöst]

Hallo !
Ich will gerade eine Beschreibung in einer tipbox darstellen:
Dazu hab ich folgenden HTML-code

Nun hab ich folgenden Jquery code:

$().ready(function(){ $(".tipbox").mouseover(function(){ title = $(this).next(".beschreibung").html(); $(this).tipbox(title,1); }); });

Danke schonmal im vorraus !

EDIT: gelöst !

DER HTMLcode muss so ein: