jQuery.noConflict();
jQuery(document).ready(function() {
	/* Example settings for opening presentation window */
	jQuery("a.skyx").fancybox({
		'padding'		: 0,
		'width'			: '85%',
		'height'		: '97%',
		'autoScale'		: false,
		'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'type'			: 'iframe'
	});
});

