My page currently uses the 'Information' template.
I tried to add: class="fancybox"
and rel="fancybox"
on the link of the image ('Event Image')
but the image doesn't open on fancy box unlike on the product pages, when you click on the product images it opens on fancybox.
You never initialize your fancybox on the information page.
In the product pages, it looks like this:
<script type="text/javascript"><!--
$('.fancybox').fancybox({cyclic: true});
//--></script>