// JavaScript Document
jQuery(function(){   
			jQuery("#gallery-portrait").flickr({     
				api_key: "546dfff7d52fc395a33d2b98bb88fdb2",     
				type: 'photoset',
				photoset_id: '72157615704451582',
				thumb_size: 's',
				size: 'o',
				attr: 'rel="shadowbox[Portrait]"'
			}); 
			
			jQuery("#gallery-sport").flickr({     
				api_key: "546dfff7d52fc395a33d2b98bb88fdb2",     
				type: 'photoset',
				photoset_id: '72157615727170804',
				thumb_size: 's',
				size: 'o',
				attr: 'rel="shadowbox[Sport]"'
			}); 
			
			jQuery("#gallery-underwater").flickr({     
				api_key: "546dfff7d52fc395a33d2b98bb88fdb2",     
				type: 'photoset',
				photoset_id: '72157615726976616',
				thumb_size: 's',
				size: 'o',
				attr: 'rel="shadowbox[Underwater]"'
			}); 
			
			jQuery("#gallery-travel").flickr({     
				api_key: "546dfff7d52fc395a33d2b98bb88fdb2",     
				type: 'photoset',
				photoset_id: '72157615631115519',
				thumb_size: 's',
				size: 'o',
				attr: 'rel="shadowbox[Travel]"'
			}); 
			
			jQuery("#gallery-commercial").flickr({     
				api_key: "546dfff7d52fc395a33d2b98bb88fdb2",     
				type: 'photoset',
				photoset_id: '72157615610300767',
				thumb_size: 's',
				size: 'o',
				attr: 'rel="shadowbox[Commercial]"'
			}); 
			
			jQuery("#gallery-art").flickr({     
				api_key: "546dfff7d52fc395a33d2b98bb88fdb2",     
				type: 'photoset',
				photoset_id: '72157615702726080',
				thumb_size: 's',
				size: 'o',
				attr: 'rel="shadowbox[Art]"'
			}); 
			
			jQuery("#gallery-car").flickr({     
				api_key: "546dfff7d52fc395a33d2b98bb88fdb2",     
				type: 'photoset',
				photoset_id: '72157615731798660',
				thumb_size: 's',
				size: 'o',
				attr: 'rel="shadowbox[Car]"'
			}); 
			
			jQuery("#gallery-driving").flickr({     
				api_key: "546dfff7d52fc395a33d2b98bb88fdb2",     
				type: 'photoset',
				photoset_id: '72157615639355019',
				thumb_size: 's',
				size: 'o',
				attr: 'rel="shadowbox[Driving]"'
			}); 
			
			jQuery("#gallery-landscape").flickr({     
				api_key: "546dfff7d52fc395a33d2b98bb88fdb2",     
				type: 'photoset',
				photoset_id: '72157617478737197',
				thumb_size: 's',
				size: 'o',
				attr: 'rel="shadowbox[Landscape]"'
			}); 
			
			jQuery("#gallery-flora").flickr({     
				api_key: "546dfff7d52fc395a33d2b98bb88fdb2",     
				type: 'photoset',
				photoset_id: '72157617478588593',
				thumb_size: 's',
				size: 'o',
				attr: 'rel="shadowbox[Flora]"'
			}); 
			
			jQuery("#feature-portrait").flickr({     
				api_key: "546dfff7d52fc395a33d2b98bb88fdb2",     
				type: 'search',
				user_id: '36426136@N07',
				tags: 'TotalPanicDesign, Jump',
				tag_mode: 'all',
				per_page: 1,
				thumb_size: 'm',
				size: 'o',
				attr: 'rel="shadowbox"'
			}); 
			
			jQuery("#feature-top").flickr({     
				api_key: "546dfff7d52fc395a33d2b98bb88fdb2",     
				type: 'search',
				user_id: '36426136@N07',
				tags: 'TotalPanicDesign, sunset, sky, travel',
				tag_mode: 'all',
				per_page: 1,
				thumb_size: 'm',
				size: 'o',
				attr: 'rel="shadowbox"'
			}); 
			
			jQuery("#feature-new").flickr({     
				api_key: "546dfff7d52fc395a33d2b98bb88fdb2",
				type: 'search',
				user_id: '36426136@N07',
				per_page: 1,
				thumb_size: 'm',
				size: 'o',
				attr: 'rel="shadowbox"'
			}); 
			
			jQuery("#feature-art").flickr({     
				api_key: "546dfff7d52fc395a33d2b98bb88fdb2",     
				type: 'search',
				user_id: '36426136@N07',
				tags: 'TotalPanicDesign, kiss',
				tag_mode: 'all',
				per_page: 1,
				thumb_size: 'm',
				size: 'o',
				attr: 'rel="shadowbox"'
			}); 
			
			jQuery("#feature-travel").flickr({     
				api_key: "546dfff7d52fc395a33d2b98bb88fdb2",     
				type: 'search',
				user_id: '36426136@N07',
				tags: 'TotalPanicDesign, Edna Valley, Travel',
				tag_mode: 'all',
				per_page: 1,
				thumb_size: 'm',
				size: 'o',
				attr: 'rel="shadowbox"'
			}); 
		}); 
