The pagination DIV's id on your page is incorrect. It should be:
Code:
<div id="paginate-menglide" class="pagination">
<a href="javascript:featuredcontentslider.jumpTo('menglide', 1)" ><img src="garment2/Thumbs/203L_frontT.jpg" alt="click to view" style="width: auto; height: 85px;border:hidden;"/></a><br />
<a href="javascript:featuredcontentslider.jumpTo('menglide', 2)" ><img src="garment2/Thumbs/203O_frontT.jpg" alt="click to view" style="width: auto; height: 85px;border:hidden;"/></a><br />
<a href="javascript:featuredcontentslider.jumpTo('menglide', 3)" ><img src="garment2/Thumbs/203H_frontT.jpg" alt="click to view" style="width: auto; height: 85px;border:hidden;"/></a><br />
</div>
Btw, there's no need to manually call jumpto() inside the pagination DIV. Just switch to "toc: markup" mode, and give those links a special CSS class. See here: http://www.dynamicdrive.com/dynamici...suppliment.htm
Bookmarks