$.noConflict();

jQuery(document).ready(function($) {
	$("#more-info").fancybox({ 
		'width'         : 778, 
		'height'        : '75%', 
		'autoScale'     : false, 
		'transitionIn'  : 'elastic', 
		'transitionOut' : 'elastic', 
		'type'          : 'iframe',
		'margin'		: 25
	});	
	
	//Interferes with flash content
	$('#fancybox-content').css({'border' : 'none'});
});
