<?xml version="1.0" encoding="iso-8859-1"?>
	<gallery>
		
		<config>

			<!-- set the title of the album -->
			<title>Adam's Photos</title>

			<!-- set the location of the thumbnails relative to the gallery.swf -->
			<thumbnail_dir>images/thumbs/</thumbnail_dir>
			
			<!-- set the actlocation of the actual high-res images relative to the gallery.swf -->
			<image_dir>images/big/</image_dir>
			
			<!-- the time interval for each image to display, this value is in seconds
			default value : 5
			-->
			<slideshow_interval>5</slideshow_interval>

			<!-- pause slideshow at start
			default value : false
			-->
			<pause_slideshow>true</pause_slideshow>

			<!-- set true if you want the application to scale the images while using RSS feeds
			default value : true
			-->
			<rss_scale_images>true</rss_scale_images>

			<!-- set the path of the mp3 file that should loop as a background music while playing the slideshow.
			default value : none
			-->
			<background_music>none</background_music>

			<!-- percentage of the volume to set while playing the music
			default value : 50
			-->
			<background_music_volume>50</background_music_volume>

			<!-- add links to images, and allow the views to click on images from flickr, picasa,and 
			view the page where the actual image is found.
			If you dont want views to visit the picasa, or flickr or other sites keep this value false.
			default value : false
			-->
			<link_images>false</link_images>

			<!--
			Photographers will like to disable printscreen for their pictures
			to increase the security of their photographs.
			Set this value to true if you wish to disable print screen in the application.
			While the application is running the print screen option will be completely disabled in 
			all other applications that the visitor is using.

			default value : false
			-->
			<disable_printscreen>false</disable_printscreen>
		
		</config>
		

		<albums>

			
			<!--
			even photobucket user must add their albums from the rss feed url.
			-->
			<album title="Tomb" description="Adam at the Tomb of the Unknown Soldier" type="photobucket" url="http://feed32.photobucket.com/albums/d12/reasonablyspun/Tomb/feed.rss"></album>
		</albums>

		<!--  language support added in v 1.0b	-->
		
		<language>
			<string id="please wait" value="Please wait" />
			<string id="loading" value="Loading" />
			<string id="previous page" value="Previous Page" />
			<string id="page % of %" value="Page % of %" />
			<string id="next page" value="Next Page" />
		</language>

	</gallery>
