// JavaScript Document
$(document).ready(function() {
	$(".fancyBoxCalendar").fancybox({
		'padding'				: 0,
		'autoScale'			: false,
		'width'					: '75%',
		'height'				: '75%',
		'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'type'					: 'iframe'
	});
	
	var ePBproperties = {opacity:.5};
	$('#egivingPulseButton').pulse(ePBproperties,1000,1000,3000);
});

