jQuery(document).ready(function() {

	/*
	*   Examples - images
	*/
	
	$("#exp_gall").click(function() {
		$.fancybox([
			{
				'href'	: '/images/gallery/explore/wilson_theatre2.jpg',
				'title'	: 'Historic Wilson Theatre on the Rupert Square'
			},
			{
				'href'	: '/images/gallery/explore/wilson_theatre1.jpg',
				'title'	: 'Historic Wilson Theatre on the Rupert Square in early 1900s'
			},
			{
				'href'	: '/images/gallery/explore/square2.jpg',
				'title'	: 'Several shops make up the Historic Rupert Town Square district'
			},
			{
				'href'	: '/images/gallery/explore/square1.jpg',
				'title'	: 'The Rupert Square in the early 1900s'
			},
			{
				'href'	: '/images/gallery/explore/square3.jpg',
				'title'	: 'A beautiful park and several shops make up the Historic Rupert Town Square district'
			},
			{
				'href'	: '/images/gallery/explore/square4.jpg',
				'title'	: 'A beautiful park and several shops make up the Historic Rupert Town Square district'
			},
			{
				'href'	: '/images/gallery/explore/lake_walcott1.jpg',
				'title'	: 'A view from Lake Walcott State Park'
			},
			{
				'href'	: '/images/gallery/explore/lake_walcott2.jpg',
				'title'	: 'Sunset at Lake Walcott State Park'
			},
			{
				'href'	: '/images/gallery/explore/lake_walcott3.jpg',
				'title'	: 'A Trumpeter Swan in the Minidoka National Wildlife Refuge at Lake Walcott State Park'
			},
			{
				'href'	: '/images/gallery/explore/pomerelle1.jpg',
				'title'	: 'Pomerelle Ski Area'
			},
			{
				'href'	: '/images/gallery/explore/pomerelle2.jpg',
				'title'	: 'Pomerelle Ski Area'
			},
			{
				'href'	: '/images/gallery/explore/pomerelle3.jpg',
				'title'	: 'Pomerelle Ski Area'
			},
			{
				'href'	: '/images/gallery/explore/city_rocks.jpg',
				'title'	: 'The City of Rocks National Reserve'
			},
			{
				'href'	: '/images/gallery/explore/city_rocks2.jpg',
				'title'	: 'The City of Rocks National Reserve'
			},
			{
				'href'	: '/images/gallery/explore/city_rocks3.jpg',
				'title'	: 'World class rock climbing at the City of Rocks National Reserve'
			},
			{
				'href'	: '/images/gallery/explore/snake_river1.jpg',
				'title'	: 'The beautiful Snake River offers many sportsman and recreation activities'
			},
			{
				'href'	: '/images/gallery/explore/snake_river2.jpg',
				'title'	: 'The beautiful Snake River offers many sportsman and recreation activities'
			},
			{
				'href'	: '/images/gallery/explore/falls1.jpg',
				'title'	: 'Breathtaking Shoshone Falls'
			},
			{
				'href'	: '/images/gallery/explore/falls2.jpg',
				'title'	: 'Breathtaking Shoshone Falls in the winter'
			},
			{
				'href'	: '/images/gallery/explore/falls3.jpg',
				'title'	: 'Breathtaking Shoshone Falls'
			},
			{
				'href'	: '/images/gallery/explore/museum1.jpg',
				'title'	: 'Minidoka Historical Museum in Rupert'
			},
			{
				'href'	: '/images/gallery/explore/regatta1.jpg',
				'title'	: 'The Idaho Regatta on the Snake River'
			},
			{
				'href'	: '/images/gallery/explore/regatta2.jpg',
				'title'	: 'The Idaho Regatta on the Snake River'
			},
			{
				'href'	: '/images/gallery/explore/regatta3.jpg',
				'title'	: 'The Idaho Regatta on the Snake River'
			},
			{
				'href'	: '/images/gallery/explore/minidoka_camp2.jpg',
				'title'	: 'Minidoka WWII Japanese Interment Camp National Historic Site'
			},
			{
				'href'	: '/images/gallery/explore/minidoka_camp1.jpg',
				'title'	: 'Minidoka WWII Japanese Interment Camp National Historic Site'
			},
			{
				'href'	: '/images/gallery/explore/minidoka_camp3.jpg',
				'title'	: 'Old Barracks at the Minidoka WWII Japanese Interment Camp National Historic Site'
			},
			{
				'href'	: '/images/gallery/explore/fair1.jpg',
				'title'	: 'Bronco riding at the Cassia County Fair in Burley'
			},
			{
				'href'	: '/images/gallery/explore/cleveland.jpg',
				'title'	: 'Lake Cleveland in Howell Canyon near Pomerelle ski area'
			},
			{
				'href'	: '/images/gallery/explore/cleveland2.jpg',
				'title'	: 'Lake Cleveland in Howell Canyon near Pomerelle ski area'
			},
			{
				'href'	: '/images/gallery/explore/sun_valley1.jpg',
				'title'	: 'The world renowned Sun Valley Ski resort only a few short hours away'
			},
			{
				'href'	: '/images/gallery/explore/sun_valley2.jpg',
				'title'	: 'The world renowned Sun Valley Ski resort only a few short hours away'
			},
			{
				'href'	: '/images/gallery/explore/sun_valley3.jpg',
				'title'	: 'The world renowned Sun Valley Ski resort only a few short hours away'
			},
			{
				'href'	: '/images/gallery/explore/motocross1.jpg',
				'title'	: 'Summer Motocross racing at the Minidoka County Fairgrounds'
			}
		], {
			'padding'			: 0,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'changeFade'        : 0
		});
	});
});