Ok, I played with this one a bit more. The problem with the next button in Opera is the layout, not function. Use this for the pagination division:
HTML Code:
<div class="pagination" id="paginate-slider716" style="white-space:nowrap;overflow:visible;width:101%!important;width:auto;margin-left:-2px!important;margin-left:0;"></div>
To fix the other part, change your links with the thumbnails to be like these:
HTML Code:
<a href="#" onClick="ContentSlider.turnpage('slider716', 0);window.scrollTo(0, 0); return false;">
HTML Code:
<a href="#" onClick="ContentSlider.turnpage('slider716', 2);window.scrollTo(0, 0); return false;">
The important part is that the number (red in the below) must not be quoted:
Code:
<a href="#" onClick="ContentSlider.turnpage('slider716', 2);window.scrollTo(0, 0); return false;">
Bookmarks