		$(document).ready(function() {
			$("#boxie").fancybox({
				'width'				: 720,
				'height'			        : 520,
				'autoScale'			: false,
				'transitionIn'		        : 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("#boxie1").fancybox({
				'width'				: 720,
				'height'			        : 520,
				'autoScale'			: false,
				'transitionIn'		        : 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("#boxie2").fancybox({
				'width'				: 720,
				'height'			        : 520,
				'autoScale'			: false,
				'transitionIn'		        : 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("#boxie3").fancybox({
				'width'				: 720,
				'height'			        : 520,
				'autoScale'			: false,
				'transitionIn'		        : 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("#boxie4").fancybox({
				'width'				: 720,
				'height'			        : 520,
				'autoScale'			: false,
				'transitionIn'		        : 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("#boxie5").fancybox({
				'width'				: 720,
				'height'			        : 520,
				'autoScale'			: false,
				'transitionIn'		        : 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("#boxie6").fancybox({
				'width'				: 720,
				'height'			        : 520,
				'autoScale'			: false,
				'transitionIn'		        : 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("#boxie7").fancybox({
				'width'				: 720,
				'height'			        : 520,
				'autoScale'			: false,
				'transitionIn'		        : 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
	$("a.group").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	false
	});
$("a.grouped_elements").fancybox();
		});
