Cycle Plugin

Cycle Plugin

Using this as an example - http://jquery.malsup.com/cycle/pager2.html - how can I get the value of "slide.src" when my images are wrapped in divs? Like so:

<div id="gallery">
<div class="zoom"><img src="..." /></div>
...
</div>

<ul id="nav">
<li><img src="..." /></li>
...
</ul>