//compatibility mode - just in case another javascript library is used
var $mj = jQuery.noConflict();

//set numeric width/height values without quotes!!!!
$mj(document).ready(function() {
	$mj(".mo_calinvite_popup").fancybox({
		'width'				: 320,
		'height'			: 155,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
});
