[jQuery] jquery circular carousel errors in IE with PNG images

[jQuery] jquery circular carousel errors in IE with PNG images


I've encountered yet another issue with IE... while running a jquery
based script to produce a circular carousel of images, IE errors at
the end of the image list if there are only PNG images in the carousel
(works fine in FF). A sample with 3 images is available here:
http://www.bostonwebhosting.com/gablanco/www/TESTS/test.htm
However, if a GIF or JPG image is included in the image list, IE
doesn't error. See: http://www.bostonwebhosting.com/gablanco/www/TESTS/test-GIF.htm
(using a blank GIF as 4th image)
The need to use PNG images in this animation stems from the static
background image, and the transparency support of the PNG format.
I've searched forums far and wide without avail. Can anyone help?!?