jQuery(function( $ ){

	// Scroll initially if there's a hash (#something) in the url 
	$.localScroll.hash({
		queue:true,
		duration:800
	});
	$.localScroll({
		duration:800
	});
});
$(document).ready(function() {
$("a.group").fancybox({
'hideOnContentClick': false
});
});