$(document).ready(function() {
		
			$("a.fancyPop").fancybox({
				'transitionIn'	:	'elastic',
				'transitionOut'	:	'elastic',
				'speedIn'		:	250, 
				'speedOut'		:	250,
				'width'			:	920, 
				'height'		:	480,
				'autoScale'    	: false,
				'overlayShow'	:	true,
				'hideOnContentClick' : false,
				'type'				: 'iframe'

			});
	
			
			$("a.fancyPortfolio").fancybox({
				'transitionIn'	:	'elastic',
				'transitionOut'	:	'elastic',
				'speedIn'		:	250, 
				'speedOut'		:	250,
				'width'			:	535, 
				'height'		:	500,
				'autoScale'    	: 	false, 
				'overlayShow'	:	true,
				'hideOnContentClick' : false,
				'type'				: 'iframe'
			});				   
}); 
