﻿<!-- 
Slideshow Settings: 

order	 	:: order in which the images are displayed; 'sequential','random'
transitiontime	:: number of seconds it takes for each transition to complete
transition 	:: 'Fade','Wipe','PixelDissolve','Blinds','Random'
startLocation	:: only applies to 'Wipe' transition; '1':top left,'2':top middle,'3':top right,'4': left,'6': right,'7': bottom left,'8': bottom,'9': bottom right
autoplay	:: 'true','false'
looping		:: 'true','false'
mediaLink	:: 'true','false'
linkTarget	:: '_blank','_self','_top','_parent'
googleTracking	:: 'true','false'
captionx	:: the x pixel position where the caption textfield will be created (default = component._x)
captiony	:: the y pixel position where the caption textfield will be created (default = component._height + 10)
captionw	:: the width of the caption text field in pixels (default = component._width)
captionh	:: the height of the caption text field in pixels (default = 30)
cssurl		:: the url to the stylesheet you would like associated with the textfield (default = captions.css)

*Note - The xml settings will override the component inspector settings. If you would like to use the component inspector settings you must remove the settings from the xml.

XML Node Descriptions:
<title>		:: used to populate the playlist component, and is therefore only necessary if you are using the playlist component. [img src = "path to the thumbnail image"] [hspace = "horizontal padding in pixels"] [vspace = "vertical padding in pixels"] [class='text styles defined in captions.css file']. 
<url>		:: absolute or relative path to the image
<caption>	:: this text will appear as an overlay on the slideshow, you set the location and size of the text field using the "captionx, captiony, captionw, captionh" parameters described above, and the text styles are set using CSS. If you do not wish to use the caption feature you can simply delete this node.
<duration>	:: duration of slide in seconds
<link>		:: mediaLink url - the user will be taken to this address when they click the current image. If you do not wish to use this feature, you should set the mediaLink parameter to "false" and delete this node.
<gtimpressions>	:: this address is used to track the number of impressions for the current banner in your Google Analytics account if the googleTracking parameter is set to "true" (string must start with a "/").
<gtclicks>	:: this address is used to track the number of clicks for the current banner in your Google Analytics account if the googleTracking parameter is set to "true" (string must start with a "/").
-->
<?xml version="1.0"?>
  <images order="sequential" transitiontime="1" transition="Wipe" startLocation="4" autoplay="true" looping="true" mediaLink="false" linkTarget="_blank" googleTracking="false" captionx="0" captiony="506" captionh="100" captionw="500" cssurl="captions.css">
 	 <image>
		<url>images/harbor_square.jpg</url>
		<caption><![CDATA[<span class="caption">Skunk Harbor is one of the most secluded harbors around Lake Tahoe. Swimmers and Kayakers enjoy this harbor, because the water is shallow and crystal clear.</span>]]></caption>
		<duration>5</duration>
	</image> 
 	<image>
		<url>images/sunset_square.jpg</url>
		<caption><![CDATA[<span class="caption">Lake Tahoe offers many great locations to watch the sunset including Nevada Beach on the East shore.</span>]]></caption>
		<duration>5</duration>
	</image> 
 	<image>
		<url>images/tahoe_square.jpg</url>
		<caption><![CDATA[<span class="caption">Emerald Bay is one of the most-photographed locations around Lake Tahoe, and the twilight photos in this location offer dramatic colors.</span>]]></caption>
		<duration>5</duration>
	</image> 
  </images>
