// Generic facy box settings
    $("a.enlarge").fancybox({
				'overlayOpacity': 0.7,
				'overlayColor'	: '#000',
				'titleShow'		: true,
				'titlePosition'	: 'inside',
				'showNavArrows' : true,
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic'
			});
	$(document).ready(function () {
			
				$(".page").fancybox({
					'width' : 600,
					'height' :450,
					'padding' : 15,
					'autoScale': false,
					'autoDimensions': false,
				/*	'scrolling': 'mo',*/
					'transitionIn': 'none',
					'transitionOut': 'none',
					'type': 'iframe',
					'centerOnScroll': true,
					'titleShow': false
				});
			
			});
	$(document).ready(function () {
			
				$(".contentPageVertical").fancybox({
					'width' : 340,
					'height' :565,
					'padding' : 15,
					'autoScale': false,
					'autoDimensions': false,
					'scrolling': 'no',
					'transitionIn': 'none',
					'transitionOut': 'none',
					'type': 'iframe',
					'centerOnScroll': true,
					'titleShow': false
				});
			
			});
	$(document).ready(function () {
			
				$(".contentPageVerticalTall").fancybox({
					'width' : 340,
					'height' :680,
					'padding' : 15,
					'autoScale': false,
					'autoDimensions': false,
					'scrolling': 'no',
					'transitionIn': 'none',
					'transitionOut': 'none',
					'type': 'iframe',
					'centerOnScroll': true,
					'titleShow': false
				});
			
			});
	$(document).ready(function () {
			
				$(".contentPageSquare").fancybox({
					'width' : 500,
					'height' :555,
					'padding' : 15,
					'autoScale': false,
					'autoDimensions': false,
					'scrolling': 'no',
					'transitionIn': 'none',
					'transitionOut': 'none',
					'type': 'iframe',
					'centerOnScroll': true,
					'titleShow': false
				});
			
			});
	$(document).ready(function () {
			
				$(".contentPageLandsc").fancybox({
					'width' : 500,
					'height' :420,
					'padding' : 15,
					'autoScale': false,
					'autoDimensions': false,
					'scrolling': 'auto',
					'transitionIn': 'none',
					'transitionOut': 'none',
					'type': 'iframe',
					'centerOnScroll': true,
					'titleShow': false
				});
			
			});
