jQuery(document).ready(function() {
			jQuery("a.gallery-item").fancybox();

			jQuery("a.iframe").fancybox({
			'width'				: 1290,
			'height'			: '95%',
			'autoScale'     	: false,
			'transitionOut'		: 'none',
			'scrolling'			: 'yes',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
			});

			jQuery("a#make-an-appointment").fancybox({
			'width'				: 890,
			'height'			: 500,
			'autoScale'    		: false,
			'type'				: 'iframe'
			});

			jQuery("a#inline").fancybox({
				'autoDimensions':false,
				'width':580,
				'padding':20
			});

			jQuery("a.press-link").fancybox();



		//document.write(navigator.userAgent);
		// STOP IHPHONE/IPAD FROM USING FANCYBOX UNTIL IFRAME NON_SCROLL IS FIXED
		//if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))
		//{
		//	$('a#make-an-appointment').removeClass('fancybox');
		//}



		});
