There may be other issues, but you should remove the duplicate jQuery Library reference on your page, or the line in red below:
Code:
<!-- end drop-in notifier -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<style type="text/css">
/*set CSS for SPAN tag surrounding each image*/
.seqslidestyle{
margin-right: 15px;
}
</style>
Having multiple, different versions of jQuery library on the same page is inefficient and also could lead to erratic behavior for scripts that use the library on the page.
Bookmarks