Need help identifying this Script

I have been hired by some artists to help them display some art via the web and am interested in finding out what was done to make this basket rotate. I ran it through Firebug but still can’t seem to get it pinned down.
Is it a java script from J query?

Wholesale Baskets and Baskets Wholesale and Basket Wholesaler The Lucky Clover Trading Co.

Thank You

If you right-click on that image, it brings up a menu with Flash options, so I’d say it’s a Flash animation with a bit of local Javascript to control the image size, etc.

<script type="text/javascript" src="/Scripts/swfobject/swfobject.js"></script>

<script type="text/javascript">
 swfobject.switchOffAutoHideShow();
//swfobject.embedSWF("/product360/77.swf", "product360", "280", "280", "12.0.0", flashvars, params, attributes);
 swfobject.embedSWF("/product360/77.swf", "product360", "280", "280", "10.0.0");
</script> 
<div align="center">
<div class="rotator">
<div id="product360"><div align="center"><a href="javascript:popupWindow('http://www.luckyclovertrading.com/stained-shopper-wholesale-wicker-basket-pi-77.html?image=0')" class="thumbnail">
<img name="product77" src="images/pixel_trans.gif" border="0" alt="Stained Shopper Wholesale Wicker Basket" title=" Stained Shopper Wholesale Wicker Basket " width="200" height="200" hspace="5" vspace="5">
<br><img src="templates/Original_B2B/images/buttons/english/image_enlarge.gif" border="0" alt="Click to enlarge" title=" Click to enlarge " width="65" height="18"></a></div>
<script type="text/javascript"><!-- 
document['product77'].src = 'images/2140_v1_sm.jpg'
 //--></script>
</div>
</div>

That looks like a series of photographs taken on a turntable. A flash script checks to see if the cursor is moving left or right when clicked and then moves to the previous or next image as appropriate. Are you looking for the actionscript?

Yes, I need to spin some images of ceramic mugs the same way.