I have some set of list items like-
<div class="smenu">
<ul>
<li ><a href="index.html"><img src="images/solution1.jpg" border="0"></a></li>
<li ><a href="#"><img src="images/solution2.jpg" border="0"></a></li>
<li ><a href="#"><img src="images/solution3.jpg" border="0"></a></li>
<li ><a href="#"><img src="images/solution4.jpg" border="0"></a></li>
<li ><a href="#"><img src="images/solution5.jpg" border="0"></a></li>
</ul>
</div>
when user moves over the menu items I want to change the background image if DIV -
<div class="hbg">
<!--here I want to display image-->
</div>
how can I do this through jQuery???