These files listed in your source code:
Code:
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
are not on the server, relative to your page, in the locations (red) indicated. They are (relative to your page) here:
Code:
<script type="text/javascript" src="prototype.js"></script>
<script type="text/javascript" src="scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="lightbox.js"></script>
<link rel="stylesheet" href="lightbox.css" type="text/css" media="screen" />
Either place the files in the directories indicated in your source code or change the source code to reflect their true location.
There could be other (most likely minor, if any) problems, but this must be resolved first.
Bookmarks