$(document).ready(function() {
	$("a.zoom").fancybox({imageScale:false});
	$("a.iframe").fancybox(
		{imageScale:false, 
		frameWidth: 920,
		frameHeight: 526,
		hideOnContentClick:false,
		callbackOnClose:function(){
			$("#fancy_content iframe").remove();	
		}
	});
});
function mostrarcorporatevideo(){
	$("a.iframe").trigger('click');
}
