<?xml version="1.0" encoding="utf-8"?>
	<slideshow  displayTime="3" 
				transitionSpeed=".7"
				transitionType="Fade"
				motionType="None"
				motionEasing="easeIn"
				randomize="false"
				slideshowWidth="auto"
				slideshowHeight="auto"
				slideshowX="center"
				slideshowY="center"
				bgColor="333333"
				bgOpacity="0"
				useHtml="true"
				showHideCaption="false"
				captionBg="000000"
				captionBgOpacity="40"
				captionTextSize="11"
				captionTextColor="FFFFFF"
				captionBold="false"
				captionPadding="7"
				showNav="true"
				autoHideNav="false"
				navHiddenOpacity="20"
				navX="right"
				navY="bottom"
				btnColor="FFFFFF"
				btnHoverColor="0099CC"
				btnShadowOpacity="0"
				btnGradientOpacity="0"
				btnScale="130"
				btnSpace="7"
				navBgColor="000000"
				navBgAlpha="50"
				navCornerRadius="3"
				navBorderWidth="0"
				navBorderColor="FFFFFF"
				navBorderAlpha="0"
				navPadding="5"
				navMargin="5"
				tooltipSize="8"
				tooltipColor="000000"
				tooltipBold="true"
				tooltipFill="FFFFFF"
				tooltipStrokeColor="000000"
				tooltipFillAlpha="80"
				tooltipStroke="0"
				tooltipStrokeAlpha="0"
				tooltipCornerRadius="8"
				loaderWidth="200"
				loaderHeight="1"
				loaderColor="FF0000"
				loaderOpacity="100" 
				attachCaptionToImage="true"
				imageScaling="fill"
				slideshowMargin="0"
				showMusicButton="false"
				musicVolume="60"
				musicMuted="false"
				musicLoop="true"
				watermark=""
				watermarkX="625"
				watermarkY="30"
				watermarkOpacity="100"
				watermarkLink=""
				watermarkLinkTarget="_blank"
				captionsY="top"
				
				showFullScreenButton="false"
				loopSlideshow="false"
				disableBackwardLoop="false"
				
				startPaused="true"
				captionTextAlign="left"
				kenBurnsEffect="none"
				kenBurnsEffectAmount="0.05"
				preloadBuffer="5"
				
				showSlideNumbers="true"
				slideNumbersTextSize="11"
				slideNumbersTextColor="FFFFFF"
				slideNumbersTextActiveColor="0099CC"
				slideNumbersBgColor="000000"
				slideNumbersBgOpacity="50"
				slideNumbersBgActiveColor="000000"
				slideNumbersBgActiveOpacity="100"
				slideNumbersBgCornerRadius="0"
				slideNumbersPadding="2"
				slideNumbersMargin="5"
				slideNumbersX="left"
				slideNumbersY="bottom"
				slideNumbersNavPadding="5" 
				slideNumbersBgWidth="20"
				slideNumbersBgHeight="18"
				slideNumbersTextX="2"
				slideNumbersTextY="0"
				
				useCustomUI="false"
				customBack="demos/slideshow_plus/images/custom_ui/back.png"
				customBackHover="demos/slideshow_plus/images/custom_ui/back_hover.png"
				customNext="demos/slideshow_plus/images/custom_ui/next.png"
				customNextHover="demos/slideshow_plus/images/custom_ui/next_hover.png"
				customPlay="demos/slideshow_plus/images/custom_ui/play.png"
				customPlayHover="demos/slideshow_plus/images/custom_ui/play_hover.png"
				customPause="demos/slideshow_plus/images/custom_ui/pause.png"
				customPauseHover="demos/slideshow_plus/images/custom_ui/pause_hover.png"
				customMute="demos/slideshow_plus/images/custom_ui/mute.png"
				customMuteHover="demos/slideshow_plus/images/custom_ui/mute_hover.png"
				customUnMute="demos/slideshow_plus/images/custom_ui/unmute.png"
				customUnMuteHover="demos/slideshow_plus/images/custom_ui/unmute_hover.png"
				customFullScreen="demos/slideshow_plus/images/custom_ui/full_screen.png"
				customFullScreenHover="demos/slideshow_plus/images/custom_ui/full_screen_hover.png"
				customExitFullScreen="demos/slideshow_plus/images/custom_ui/exit_full_screen.png"
				customExitFullScreenHover="demos/slideshow_plus/images/custom_ui/exit_full_screen_hover.png"
				
				
				>
		
		<image 
		img="demos/slideshow/Flowers/Bells.jpg" 
		caption="This slideshow is set to start paused. Press the play (>) button in the lower right to start the slideshow." 
		displayTime="5"
		transitionSpeed=".5"
		transitionType="Wipe"
		motionType="None"
		motionEasing="easeInOut"/>
		
		<image img="demos/slideshow/Flowers/Camomille.jpg" 
		caption="This is the 'Iris' transition.  This slide is set to display for 5 seconds"
		displayTime="5"
		transitionSpeed=".5"
		transitionType="Iris"
		motionType="None"
		motionEasing="easeInOut"
		/>
		<image img="demos/slideshow/Flowers/Pink Rose.jpg" 
		caption="This is the 'Blinds' transition, set play out for 1 second.  This slide is set to display for 3 seconds"
		displayTime="3"
		transitionSpeed="1"
		transitionType="Blinds"
		motionType="None"
		motionEasing="easeInOut"
		/>
		<image img="demos/slideshow/Flowers/Exotic.jpg" 
		caption="This is 'Fly' transition set to 2 seconds, with the 'Elastic' motion type.  The slide is set to display for 4 seconds" 
		displayTime="4"
		transitionSpeed="2"
		transitionType="Fly"
		motionType="Elastic"
		motionEasing="easeOut"
		/>
		<image img="demos/slideshow/Flowers/Purple Cabbage.jpg" 
		caption="This is 'Photo' transition.  It's just like 'Fade', but with a flash at the end." 
		displayTime="4"
		transitionSpeed="1"
		transitionType="Photo"
		motionType="None"
		motionEasing="easeOut"
		/>
		<image img="demos/slideshow/Flowers/Purple haze.jpg" 
		caption="This is 'Squeeze' transition, with the 'Bounce' motion type." 
		displayTime="4"
		transitionSpeed="1"
		transitionType="Squeeze"
		motionType="Bounce"
		motionEasing="easeOut"
		/>
		<image img="demos/slideshow/Flowers/Red Spider.jpg" 
		caption="This is 'PixelDissolve' transition set to transition in for 3 seconds." 
		displayTime="4"
		transitionSpeed="3"
		transitionType="PixelDissolve"
		motionType="None"
		motionEasing="easeInOut"
		 />
		<image img="demos/slideshow/Flowers/Red Tulips.jpg" 
		caption="This is 'Wipe' transition with a 'Strong' motion type." 
		displayTime="4"
		transitionSpeed="1"
		transitionType="Wipe"
		motionType="Strong"
		motionEasing="easeInOut"
		 />
		<image img="demos/slideshow/Flowers/Tulips.jpg" 
		displayTime="8"
		transitionType="Wipe"
		caption="%3Cfont size='20' color='#FFFF66'%3EThe slideshow has full support for International characters: Ελληνικό αλφάβητο, Česká abeceda, האלפבית עברית, 中文字母, 한글, и, конечно, русский%3C%2Ffont%3E" 
		/>
		
		<image img="demos/slideshow_plus/Flowers/White and Yellow.jpg"
		transitionType="Wipe"
		tooltip="%3Cfont size='11' color='#0099CC' %3E%3Cb%3EHtml %3Ci%3EText%3C/i%3E %3C/b%3E is allowed in tooltip "
		caption="%3Cfont size='18' face='Century Gothic' color='#99FFFF' %3E%3Cb%3EHtml %3Ci%3EText%3C/i%3E %3C/b%3E is allowed in captions%3C%2Ffont%3E %3Cbr%3E %3Cfont size='14' color='#FFFFFF' face='Times' %3EMultiple fonts can be used in one caption%3C%2Ffont%3E "
		/>
<image img="demos/slideshow/Flowers/White and Yellow.jpg" 
		transitionType="Wipe"
		caption="The slideshow can be set to loop, or to stop at the last slide like this one." /> 

		
	</slideshow>
	