Your links look like this:
HTML 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" />
However there are no files in those locations. The file prototype.js for example is in the main directory. The link should then be:
HTML Code:
<script type="text/javascript" src="prototype.js"></script>
You should check all the links and make sure they point to the correct location of the files.
Bookmarks