$(document).ready(function() {
	$("a#donate").bind("click", function() {
		$("#donate_form").submit()
	});

	
	$("a#single_1").fancybox({
		//'zoomOpacity'			: true,
		//'overlayShow'			: false,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500,
		'frameWidth': 780,
		'frameHeight': 420
	});

 
		
	$("a#single_2").fancybox({
		//'zoomOpacity'			: true,
		//'overlayShow'			: false,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500,
		'frameWidth': 780,
		'frameHeight': 420
	});
	
	$("a#single_3").fancybox({
		//'zoomOpacity'			: true,
		//'overlayShow'			: false,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500,
		'frameWidth': 780,
		'frameHeight': 420
	});
	
	
	
    $("a#single_4").fancybox({
		//'zoomOpacity'			: true,
		//'overlayShow'			: false,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500,
		'frameWidth': 773,
		'frameHeight': 480
	});
	
	
	

	
	$("a.group").fancybox({
		'hideOnContentClick': false

	});

	$("a.move").fancybox({
		'hideOnContentClick': false,
		'padding':5,
		'frameWidth': 655,
		'frameHeight': 495

	});



});
