$(document).ready(function() {

	/* Apply fancybox to multiple items */
	
	$("div.hoverBox a").fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	400, 
		'speedOut'		:	250, 
		'overlayShow'	:	true,
	});
	
	$.localScroll();
		
});
