$(document).ready(function(){						   
	$(".iframe").fancybox({
		 'width' : 480,
		 'height' : 430,
		 'autoScale' : false,
		 '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' : 'no' 
	 }); 
	
	 });

$(document).ready(function(){						   
	$(".interview").fancybox({
		 'width' : 780,
		 'height' : 430,
		 'autoScale' : false,
		 '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' : 'no' 
	 }); 
	
	 });
