You're main problem is in failing to use the demo page's HTML as instructed, use something like (from the demo page):
HTML Code:
<div id="motioncontainer" style="position:relative;width:400px;height:150px;overflow:hidden;">
<div id="motiongallery" style="position:absolute;left:0;top:0;white-space: nowrap;">
Not:
HTML Code:
<div id="motioncontainer">
<div id="motiongallery">
as you have on your page. You can adjust the width and height of the motioncontainer division's inline style to suit, but the rest should be kept as is.
Bookmarks