	$(document).ready(function() {
		
		$("#various1").fancybox({
			//'min-width'		: '50%',
			//'min-height'		: '90%',
			'autoScale'			: 'false',
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			//'easingIn'      : 'easeOutBack',
			//'easingOut'     : 'easeInBack',
			'type'				: 'iframe'
		});
		
		$("#stjude, #compassion, #bethany, #casa, #boyandgirl, #habitat, #rss").fancybox({
			'width'				: 980,
			'height'			: 600,
			'autoScale'			: 'false',
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			//'easingIn'      : 'easeOutBack',
			//'easingOut'     : 'easeInBack',
			'type'				: 'iframe'
		});
		
		$("#ustream, #ustreamBtm").fancybox({
			'width'				: 550,
			'height'			: 450,
			'autoScale'			: 'false',
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			//'easingIn'      : 'easeOutBack',
			//'easingOut'     : 'easeInBack',
			'type'				: 'iframe'
		});
		
		$("#oasisnews").fancybox({
			'width'				: 360,
			'height'			: 210,
			'autoScale'			: 'false',
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			//'easingIn'      : 'easeOutBack',
			//'easingOut'     : 'easeInBack',
			'type'				: 'iframe'
		});
		
		
		/////// events ///////
		
			$("a#ad1").fancybox({
				'overlayShow'	: true,
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic'
			});
				
		/////// events section end ///////
		
		
		$("#pdf, #news").fancybox({
			'width'				: 800,
			'height'			: 600,
			'autoScale'			: 'false',
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		
	   $("a[rel=gallery_group]").fancybox({
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			//'easingIn'      : 'easeOutBack',
			//'easingOut'     : 'easeInBack',
			'titlePosition' 	: 'over',
			'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
				return '<span id="fancybox-title-over">Image ' +  (currentIndex + 1) + ' / ' + currentArray.length + ' ' + title + '</span>';
			}
		})
		
	});
