		$(document).ready(function() {
	
			$(".imageLarge").fancybox({
				'scrolling'			: 'no',
		        'autoScale'     	: false,
		        'hideOnContentClick': true,
				'centerOnScroll'	: false,
				'showCloseButton'	: true,
		        'transitionIn'		: 'elastic',
				'transitionOut'		: 'fade',
				'overlayColor'		: '#000000',
				'overlayOpacity'	: .6,
				'type'				: 'image'
			});
			
			$(".iframe").fancybox({
				'width'				: 962,
				'height'			: 550,
				'margin-top'		: 150,
				'padding'			: 10,
				'scrolling'			: 'no',
				'autoScale'     	: false,
				'hideOnContentClick': false,
				'centerOnScroll'	: false,
				'showCloseButton'	: true,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'overlayColor'		: '#000000',
				'overlayOpacity'	: .6,
				'type'				: 'iframe'
			});
						
		});
