I'm getting this JavaScript error with IE explorer:
'Slideshow is undefined'
The error points to this bit of code:
<script type="text/javascript">
new SlideShow('listOfImages');
</script>
May be you didn't include the required javascripts files for mootools
http://www.electricprism.com/aeron/slideshow/
http://code.google.com/p/slideshow/
for example, include mootools, and slideshow
<script type="text/javascript" src="js/mootools.js"></script>
<script type="text/javascript" src="js/slideshow.js"></script>
SlideShowdefined?Slideshow, orSlideShow? In JavaScript case is important.