$(document).ready(function() {
// add initialisers here that need to be loaded when the document is ready
	$("a.gallery").fancybox({
			'transitionIn'	:	'elastic',
			'transitionOut'	:	'elastic',
			'speedIn'		:	600, 
			'speedOut'		:	200, 
			'overlayShow'	:	true,
			'cyclic'		: 	true
		});
});
