function getGalleryApartment() {
	$.fancybox([
	
	'../cms/assets/images/gallery/Apartment/00Stg C Blue Render lo res.jpg',
	'../cms/assets/images/gallery/Apartment/Appartment.jpg',
	'../cms/assets/images/gallery/Apartment/Page 7 Retail Gallery 1.jpg'
	
	], {
			'padding'			: 1,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'              : 'image',
			'cyclic'		:	'true',
			'showCloseButton':	'true',
			'showNavArrows'	:	'true',
			'overlayColor'	:	'#000',
			'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span style="display: block;padding: 10px;text-align: right;text-shadow:1px 1px 2px #000;">' +  (currentIndex + 1) + ' / ' + currentArray.length + ' ' + title + '</span>';
		}

		});
}

function getGalleryCommercial() {
	$.fancybox([
	
	'../cms/assets/images/gallery/Commercial/Page 6 Retail Gallery 1b.jpg',
	'../cms/assets/images/gallery/Commercial/commercial_new.jpg'
	
	], {
			'padding'			: 1,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'              : 'image',
			'cyclic'		:	'true',
			'showCloseButton':	'true',
			'showNavArrows'	:	'true',
			'overlayColor'	:	'#000',
			'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span style="display: block;padding: 10px;text-align: right;text-shadow:1px 1px 2px #000;">' +  (currentIndex + 1) + ' / ' + currentArray.length + ' ' + title + '</span>';
		}

		});
}

function getGalleryHotel() {
	$.fancybox([
	
	'../cms/assets/images/gallery/Hotel/Emporium hotel interiors 02.jpg',
	'../cms/assets/images/gallery/Hotel/King Spa Suite.jpg',
	'../cms/assets/images/gallery/Hotel/Page 8 Gallery 1.jpg',
	'../cms/assets/images/gallery/Hotel/Page 8 Gallery 2.jpg',
	'../cms/assets/images/gallery/Hotel/Page 8 Gallery 3.jpg',
	'../cms/assets/images/gallery/Hotel/Page 8 Gallery 4.jpg',
	'../cms/assets/images/gallery/Hotel/Page 8 Gallery 5.jpg'
	
	], {
			'padding'			: 1,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'              : 'image',
			'cyclic'		:	'true',
			'showCloseButton':	'true',
			'showNavArrows'	:	'true',
			'overlayColor'	:	'#000',
			'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span style="display: block;padding: 10px;text-align: right;text-shadow:1px 1px 2px #000;">' +  (currentIndex + 1) + ' / ' + currentArray.length + ' ' + title + '</span>';
		}

		});
}

function getGalleryResidences() {
	$.fancybox([
	
	'../cms/assets/images/gallery/Residences/Page 5 Gallery 1.jpg',
	'../cms/assets/images/gallery/Residences/Page 5 Gallery 2.jpg',
	'../cms/assets/images/gallery/Residences/Page 5 Gallery 3.jpg',
	'../cms/assets/images/gallery/Residences/Page 5 Gallery 4.jpg',
	'../cms/assets/images/gallery/Residences/Page 5 Gallery 5.jpg'
	
	], {
			'padding'			: 1,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'              : 'image',
			'cyclic'		:	'true',
			'showCloseButton':	'true',
			'showNavArrows'	:	'true',
			'overlayColor'	:	'#000',
			'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span style="display: block;padding: 10px;text-align: right;text-shadow:1px 1px 2px #000;">' +  (currentIndex + 1) + ' / ' + currentArray.length + ' ' + title + '</span>';
		}

		});
}


