Looks to be something like that. First fix the markup. Like here on our_work.php?workid=12 you have:
Code:
<td width="1200" align="center" valign="top">
<div id="mygallery" class="stepcarousel">
<div class="belt">
<div class="panel" >
<img src="http://update.rockersinfo.com/olivetree/images/upload/workgallery/aizone-sp-sum10.jpg" height="333" id="thumb62" border="0"></a>
</div>
<div class="panel" >
<img src="http://update.rockersinfo.com/olivetree/images/upload/workgallery/aizone-sp-sum10st2.jpg" height="333" id="thumb60" border="0"></a>
</div>
</div>
</div>
</td>
That align="center" could be messing things up. Scroll the code block to the right. You will see </a> tags that have no opening tags. Get rid of those. Also, I notice that you dropped two of the panels. It might be a good idea to have at least three.
Your images are large though, so loading them in time might be an issue. Try breaking them up and/or optimizing them.
Bookmarks