jQuery.noConflict();
(function($){
	$(".iphoneoverlay").fancybox({	
		'autoScale'			: 'false',
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
})(jQuery);
