jQuery.noConflict();
jQuery(document).ready(function($) {

	$("a.preg-calculator").fancybox({
		'width'				: 285,
		'height'			: 500,
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'titleShow'		: false,
		'type'				: 'iframe'
	});

});
