 $(window).load(function() {



				$("a.group").fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	700,
		'speedOut'		:	700,
		'overlayShow'	:	true,
		'overlayOpacity': 0.7,
		'overlayColor' : '#000',
		'changeSpeed': 350,
		'titleShow': true,
		'titlePosition' : 'inside',
		'modal': false,
		'showNavArrows': true,
		'padding':8,
		'autoscale':true,
		'margin':60
	});




            })
