<gallery>
	<!-- The line below sets the path to the folder where the images are stored -->
	<setup path="gallary/seaflor/">
	<!-- 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>timage001.png</thumb>
		<img>image001.png</img>
		<caption>Giraffe! - Easily add captions using the event method and an XML file!</caption>
	</item>
	<item>
		<thumb>timage002.png</thumb>
		<img>image002.png</img>
		<caption>A pair of parrots, click the large image to learn more</caption>
	</item>
	
</gallery>
