$(document).ready(function(){						   
	$("#iframe").fancybox({
		 'width' : 780,
		 'height' : 400,
		 'autoScale' : false,
		 'transitionIn' : 'elastic',
		 'transitionOut' : 'elastic',
		 'easingIn' : 'swing',
		 'easingOut' : 'swing', 
		 'speedIn' : 700,
		 'speedOut' : 400, 
		 'hideOnContentClick': false,
		 'hideOnOverlayClick': false,
		 'overlayShow' : true,
		 'overlayOpacity' : .7,
		 'overlayColor' : '#000',
		 'type' : 'iframe'
	 });

	 });

$(document).ready(function(){						   
	$(".iframer").fancybox({
		 'width' : 600,
		 'height' : 650,
		 'autoScale' : true,
		 'transitionIn' : 'elastic',
		 'transitionOut' : 'elastic',
		 'easingIn' : 'swing',
		 'easingOut' : 'swing', 
		 'speedIn' : 700,
		 'speedOut' : 400, 
		 'hideOnContentClick': false,
		 'hideOnOverlayClick': true,
		 'overlayShow' : true,
		 'overlayOpacity' : .7,
		 'overlayColor' : '#000',
		 'type' : 'iframe',
		 'scrolling' : 'yes' 
	 });

	 });
		
