
		$(document).ready(function() {
    $("#mailingForm").fancybox({
				'width'				: 750,
				'height'			: 750,
				'transitionIn'		:'fade',
				'transitionOut'		:'fade',
				'speedIn'			: 200, 
				'speedOut'			: 200, 
				'scrolling'			: 'no',
				'autoScale'			: false,
				'type'				: 'iframe'
			});
			});
			
			
			
			$(document).ready(function() {
    $("a.grouped_images").fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'titleShow'		: 'true',
		'overlayShow'	:	true
	});	
		});
		
		
