function galleryShow(clid) {
		$.fancybox([
			'images/gallery/' + clid + '/image00.jpg',
			'images/gallery/' + clid + '/image01.jpg',
			'images/gallery/' + clid + '/image02.jpg',
			'images/gallery/' + clid + '/image03.jpg',
			'images/gallery/' + clid + '/image04.jpg',
			'images/gallery/' + clid + '/image05.jpg',
			'images/gallery/' + clid + '/image06.jpg',
			'images/gallery/' + clid + '/image07.jpg',
			'images/gallery/' + clid + '/image08.jpg',
			'images/gallery/' + clid + '/image09.jpg',
			'images/gallery/' + clid + '/image10.jpg',
			'images/gallery/' + clid + '/image11.jpg',
			'images/gallery/' + clid + '/image12.jpg',
			'images/gallery/' + clid + '/image13.jpg',
			'images/gallery/' + clid + '/image14.jpg',
			'images/gallery/' + clid + '/image15.jpg',
			'images/gallery/' + clid + '/image16.jpg',
			'images/gallery/' + clid + '/image17.jpg',
			'images/gallery/' + clid + '/image18.jpg',
			'images/gallery/' + clid + '/image19.jpg',
			'images/gallery/' + clid + '/image20.jpg',
			'images/gallery/' + clid + '/image21.jpg',
			'images/gallery/' + clid + '/image22.jpg',
			'images/gallery/' + clid + '/image23.jpg',
		], {
			'padding'			: 10,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'              : 'image',
			'changeFade'        : 0
		});
	};

