<?xml version="1.0" encoding="utf-8"?>
<slideshow>
<preferences
	showLoadingIcon = "false"
	showAlbumsButton = "false"
	showThumbnailsButton = "false"
	showControls = "false"
	showImageInfo = "never"
	imageScaleMode = "scaleToFit"
	albumWindowRows = "4"
	albumWindowColumns = "4"
	albumSpacing = "2"
	controlAutoHide = "true"
	markFile = ""
	markAlign = "bottomLeft"
/>
<album thumbnail="path-to-thumbnail.jpg" title="insert title of album 1" description="insert description of album 1" imagePath="./slides/" thumbnailPath="./slides/">
	<img src="IMG_00.jpg" title="insert title of image 00" description="insert description of image 00" />
	<img src="IMG_01.jpg" title="insert title of image 01" description="insert description of image 01" />
	<img src="IMG_02.jpg" title="insert title of image 02" description="insert description of image 02" />
	<img src="IMG_05.jpg" title="insert title of image 05" description="insert description of image 05" />
	<img src="IMG_07.jpg" title="insert title of image 07" description="insert description of image 07" />
	<img src="IMG_08.jpg" title="insert title of image 08" description="insert description of image 08" />
	<img src="IMG_10.jpg" title="insert title of image 10" description="insert description of image 10" />
	<img src="IMG_11.jpg" title="insert title of image 11" description="insert description of image 11" />
	<img src="IMG_12.jpg" title="insert title of image 12" description="insert description of image 12" />
</album>
</slideshow>
