image_folder="resources/data/gallery/";   // <--- folder name for images

/**** STRUCTURE OF IMAGE STORAGE ****\
--------------------------------------

gallery = [
"IMAGE_NAME.EXT",
"IMAGE_NAME.EXT",	<--- you can add any number of images you want
"...",
"IMAGE_NAME.EXT"	<--- there is no any comma after last image name int the array
		];
		
	NOTE: YOU CAN CHANGE ANY TEXT IN QUOTES ONLY!!!
	This array tells the order of images on the site
*/

gallery = [
"ArmsofDarkness.jpg",
"ArmsofDarkness2.jpg", 
"ArmsofDarkness3.jpg", 
"BranchyWaters.jpg",
"Chair 1.jpg",
"Chair 2.jpg",
"Cover.jpg",
"Naming_Floor.jpg",
"Naming_Group_1.jpg",
"Naming_Group_2.jpg",
"NamingDuet_1.jpg",
"NamingDuet_4.jpg",
"NamingDuet_5.jpg",
"NamingDuet_6.jpg",
"Night_Akkio.jpg",
"RBD1.jpg",
"RBD2.jpg",
"RBD3.jpg",
"Weaving_1.jpg",
"Weaving_2.jpg",
"Weaving_3.jpg"
];

