		$(document).ready(function() {
			$("a.grouped_elements").fancybox({
				'overlayColor'		: '#000'
			});
			
			
		$("a.various3").fancybox({
				'width'				: 750,
				'height'			: 700,
				'padding'			: 0,
				'scrolling'			: 'auto',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
	
		});
