jQuery(document).ready(function() {
    $("#sifus").click(function() {
		$.fancybox([
			{
				'href'	: 'img/a_konghoipic_1_.gif',
				'title'	: 'Grandmaster Kong Hoi'
			},
			{
				'href'	: 'img/kongki.jpg',
				'title'	: 'Late Grandmaster Kong Ki - Father of Kong Hoi'
			},
			{
				'href'	: 'img/SifuLiOH.jpg',
				'title'	: 'Sifu Li'
			},
			{
				'href'	: 'img/sifu_2.jpg',
				'title'	: 'Sifu Li with the darn dao'
			},
			{
				'href'	: 'img/sifuant2.jpg',
				'title'	: 'Sifu Anthony'
			},
			{
				'href'	: 'img/speara.jpg',
				'title'	: 'Sifu Anthony with the spear'
			},
			{
				'href'	: 'img/woodenman.gif',
				'title'	: 'Sifu Anthony on the Muk Jong'
			},
			{
				'href'	: 'img/hongkong.jpg',
				'title'	: 'Sifu Chris, Grandmaster Kong Hoi, and Sifu Anthony in Hong Kong'
			},
			{
				'href'	: 'img/drum.jpg',
				'title'	: 'Sifu Anthony on the drum for a lion dance'
			},
			{
				'href'	: 'img/sifu.jpg',
				'title'	: 'Sifu Anthony all dressed up'
			},
			{
				'href'	: 'img/sifusatkuoshu.jpg',
				'title'	: 'Sifus at Kuoshu 2010'
			}
			
		], {
			'padding'			: 0,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'elastic',
			'type'              : 'image',
			'changeFade'        : 0,
			'titlePosition'		: 'inside'
		});
	});
    $("#dragon_lion").click(function() {
    	$.fancybox([
			{
				'href'	: 'img/lion_dancewmh.jpg',
				'title'	: 'Lion Dance with Mint Hill guys'
			},
			{
				'href'	: 'img/liondis3.jpg',
				'title'	: 'Lion working through the crowd'
			},
			{
				'href'	: 'img/lionatlakelure.jpg',
				'title'	: 'Lion at Lure of the Dragons Festival'
			},
			{
				'href'	: 'img/dragonlakelure.jpg',
				'title'	: 'Dragon at Lure of the Dragons Festival'
			},
    		{
    			'href'	: 'img/liondis3.jpg',
    			'title'	: 'Lion working through the crowd'
    		},
    		{
    			'href'	: 'img/Lion-eating-greens-1998.jpg',
    			'title'	: 'The lion eating greens'
    		},
    		{
    			'href'	: 'img/Lionup.jpg',
    			'title'	: 'Lion standing tall'
    		},
    		{
    			'href'	: 'img/lion.jpg',
    			'title'	: 'Lion Dance'
    		},
    		{
    			'href'	: 'img/lion2.jpg',
    			'title'	: 'The Lion in a trip through the museum'
    		},
    		{
    			'href'	: 'img/dragon.jpg',
    			'title'	: 'The Dragon'
    		}
    		
    	], {
    		'padding'			: 0,
    		'transitionIn'		: 'fade',
    		'transitionOut'		: 'elastic',
    		'type'              : 'image',
    		'changeFade'        : 0,
    		'titlePosition'		: 'inside'
    	});
    });
    $("#kwoon").click(function() {
    	$.fancybox([
    		{
    			'href'	: 'img/kungtraining.jpg',
    			'title'	: 'Kung Training'
    		},
    		{
    			'href'	: 'img/jong.jpg',
    			'title'	: 'The Muk Jong'
    		},
    		{
    			'href'	: 'img/jeffjong.jpg',
    			'title'	: 'Learning a new Jong form'
    		},
    		{
    			'href'	: 'img/localheroes.jpg',
    			'title'	: 'Local Celebrities'
    		},
    		{
    			'href'	: 'img/group.jpg',
    			'title'	: 'Kings Mountain and Fuquay-Varina'
    		}
    		,
    		{
    			'href'	: 'img/kuoshu2010cacma.jpg',
    			'title'	: 'CACMA crowd at Kuoshu'
    		}
    		,
    		{
    			'href'	: 'img/demo_lakelure.jpg',
    			'title'	: 'Demo at Lake Lure'
    		}
    		,
    		{
    			'href'	: 'img/demo_lakelure2.jpg',
    			'title'	: 'Demo at Lake Lure'
    		}
    		,
    		{
    			'href'	: 'img/warmingup.jpg',
    			'title'	: 'Warming up at Kuoshu'
    		}
    		,
    		{
    			'href'	: 'img/shifudougleads.jpg',
    			'title'	: 'Shifu Doug of Lung Chuan Fa leads morning session'
    		}
    		,
    		{
    			'href'	: 'img/chisaochamps.jpg',
    			'title'	: 'Kong Hoi Kung Fu swept Chi Sao at Kuoshu'
    		}
    		,
    		{
    			'href'	: 'img/Jentakesgoldatkuoshu.JPG',
    			'title'	: 'Jen takes gold at Kuoshu 2010'
    		}
    		
    	], {
    		'padding'			: 0,
    		'transitionIn'		: 'fade',
    		'transitionOut'		: 'elastic',
    		'type'              : 'image',
    		'changeFade'        : 0,
    		'titlePosition'		: 'inside'
    		
    	});
    });

});

	

