$(document).ready(function() {
			
			$("#cta_newsletter").fancybox({
				'width'				: 820,
				'height'			: 650,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			
			$("#cta_newsletter2").fancybox({
				'width'				: 820,
				'height'			: 650,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});

		});

$(document).ready(function(){ 
        $(document).pngFix(); 
    }); 
