<gallery>
	<!-- The line below sets the path to the folder where the images are stored -->
	<setup path="gallary/aquascaping/">
	<!-- The the following lines are used to customize the look of the gallery -->
		<imgWidth>604</imgWidth>
     	<imgHeight>342</imgHeight>
      	<thumbWidth>75</thumbWidth>
      	<thumbHeight>90</thumbHeight>
      	<transitionType>fade</transitionType>
     	<thumbnailRows>1</thumbnailRows>
		<thumbPosition>bottom</thumbPosition>
		<captionPosition>top</captionPosition>
		<showControls>false</showControls>
	 </setup>
	<!-- The following lines set  the names of your images and thumbnails -->
	<item>
		<thumb>timage003.png</thumb>
		<img>image003.png</img>
		<caption>Giraffe! - Easily add captions using the event method and an XML file!</caption>
	</item>
	<item>
		<thumb>timage005.png</thumb>
		<img>image005.png</img>
		<caption>A pair of parrots, click the large image to learn more</caption>
	</item>
	<item>
		<thumb>timage007.png</thumb>
		<img>image007.png</img>
		<caption>Playing pandas, click the large image to learn more</caption>
	</item>
		<item>
		<thumb>timage006.png</thumb>
		<img>image006.png</img>
		<caption>A pair of parrots, click the large image to learn more</caption>
	</item>
	
</gallery>
