in the working page you have these javascript pages listed at the top of the page.
Code:
<script type="text/javascript" src="js/jquery-1.3.2.js"></script>
<script type="text/javascript" src="js/jquery.galleriffic.js"></script>
<script type="text/javascript" src="js/jquery.opacityrollover.js"></script>
but in the example page you have these:
Code:
<script type="text/javascript" src="./jquery-1.11.0.js"></script>
<script type="text/javascript" src="./galleriffic.js"></script>
<script type="text/javascript" src="./jquery.opacityrollover.js"></script>
Check these to make sure you got them all correctly
Bookmarks