<gallery>
	<!-- The line below sets the path to the folder where the images are stored -->
	<setup path="includes/templates/trees_of_antiquity/images/banner/">
		<!-- The the following lines are used to customize the look of the gallery -->
		<!-- General -->
		<autoPlay>4</autoPlay>
		<scaleToFit>false</scaleToFit> <!-- false -->
		<showControls>true</showControls> <!-- true -->
		<showLoader>false</showLoader> <!-- true -->
		<captionPosition>bottom</captionPosition> <!-- top -->
		<stopAutoOnClick>true</stopAutoOnClick> <!-- true -->
		<noCache>true</noCache> <!-- false -->
		<backgroundColor>#D4EBC3</backgroundColor>
		<bgBorderThickness>0</bgBorderThickness>
		<backgroundCorner>0</backgroundCorner>

		<!-- Image -->
		<transitionSpeed>3</transitionSpeed>
		<transitionType>fade</transitionType> <!-- fade -->
		<imageCentering>center</imageCentering> <!-- center -->
		<imgWidth>406</imgWidth>
		<imgHeight>100</imgHeight>
		<imgBgColor>#D4EBC3</imgBgColor>
		<imgCorner>0</imgCorner>
		
		<!-- Thumbnail -->
     	<thumbnailRows>0</thumbnailRows>
		<thumbSpace>0</thumbSpace>
		<thumbToImgSpace>0</thumbToImgSpace>
		<scrollSpeed>8</scrollSpeed>
		<thumbPosition>bottom</thumbPosition>
      	<thumbWidth>0</thumbWidth>
      	<thumbHeight>0</thumbHeight>
		<thumbOutlineThick>0</thumbOutlineThick>
		<thumbColor>#D4EBC3</thumbColor>
		<thumbRollColor>#E05205</thumbRollColor>
		<thumbActiveColor>#E05205</thumbActiveColor>
		<thumbCorner>5</thumbCorner>
		<thumbMaskCorner>0</thumbMaskCorner>
		
		<!-- Thumbnail Type -->
		<thumbType>numbers</thumbType>
		<numberFontSize>12</numberFontSize>
		<numberBold>true</numberBold>
		<numberColor>#D0C29C</numberColor>
	 </setup>
	<!-- The following lines set the names of your images and thumbnails -->
	<item>
		<img>banner1.jpg</img>
	</item>
	<item>
		<img>banner2.jpg</img>
	</item>
	<item>
		<img>banner3.jpg</img>
	</item>
	<item>
		<img>banner4.jpg</img>
	</item>
	<item>
		<img>banner5.jpg</img>
	</item>
</gallery>