// List of images used in the Photography Gallery. List Large Image first, followed by the gallery name, and then the Thumbnail Image
var photography_images = [
    ['images/photography/CutRib.png', 'photography', 'images/photography/CutRib_cu.png'],
	['images/photography/VegMedley.png', 'photography', 'images/photography/VegMedley_cu.png'],
	['images/photography/GormetChips.png', 'photography', 'images/photography/GormetChips_cu.png'],
	['images/photography/Shrimp1.png', 'photography', 'images/photography/Shrimp1_cu.png'],
	['images/photography/Pizza.png', 'photography', 'images/photography/Pizza_cu.png'],

	['images/photography/BeansNsalt.png', 'photography', 'images/photography/BeansNsalt_cu.png'],
    ['images/photography/Cornbread.png', 'photography', 'images/photography/Cornbread_cu.png'],
	['images/photography/ShrimpKbobs.png', 'photography', 'images/photography/ShrimpKbobs_cu.png'],
	['images/photography/Pubmix.png', 'photography', 'images/photography/Pubmix_cu.png'],
	['images/photography/Bacon_scallops.png', 'photography', 'images/photography/Bacon_scallops_cu.png'],
	['images/photography/Quac.png', 'photography', 'images/photography/Quac_cu.png'],
    ['images/photography/Multigrain.png', 'photography', 'images/photography/Multigrain_cu.png'],
	['images/photography/Icecream.png', 'photography', 'images/photography/Icecream_cu.png'],


	['images/photography/SCO.png', 'photography', 'images/photography/SCO_cu.png'],
	['images/photography/burrito.png', 'photography', 'images/photography/burrito_cu.png'],
	['images/photography/PotatoSticks.png', 'photography', 'images/photography/PotatoSticks_cu.png'],
	['images/photography/scallops.png', 'photography', 'images/photography/scallops_cu.png'],
	
	['images/photography/Kitchen_pie.png', 'photography', 'images/photography/Kitchen_pie_cu.png'],
	['images/photography/Food-Styling.png', 'photography', 'images/photography/Food-Styling_cu.png'],
	['images/photography/jala.png', 'photography', 'images/photography/jala_cu.png'],
	['images/photography/DryDogFood.png', 'photography', 'images/photography/DryDogFood_cu.png'],
	['images/photography/OnionRing.png', 'photography', 'images/photography/OnionRing_cu.png'],
	
	['images/photography/Plant.png', 'photography', 'images/photography/Plant_cu.png'],
	['images/photography/Popcorn.png', 'photography', 'images/photography/Popcorn_cu.png'],
	['images/photography/Corn.png', 'photography', 'images/photography/Corn_cu.png'],
	['images/photography/Ruffels.png', 'photography', 'images/photography/Ruffels_cu.png'],

	
	['images/photography/Shrimp.png', 'photography', 'images/photography/Shrimp_cu.png'],
	['images/photography/studio_equip.png', 'photography', 'images/photography/studio_equip_cu.png'],
	['images/photography/Sunglasses.png', 'photography', 'images/photography/Sunglasses_cu.png'],
	['images/photography/Tea.png', 'photography', 'images/photography/Tea_cu.png'],
	['images/photography/tomato.png', 'photography', 'images/photography/tomato_cu.png'],
	['images/photography/ultrahighres.png', 'photography', 'images/photography/ultrahighres_cu.png']
];
