<!--  
'timer' :: number of seconds between each image transition
'order' :: how you want your images displayed. choose either 'sequential' or 'random'
'looping' :: if the slide show is in sequential mode, this stops the show at the last image (use 'yes' for looping, 'no' for not)
'fadeTime' :: velocity of image crossfade. Increment for faster fades, decrement for slower. Approximately equal to seconds.
'xpos' :: _x position of all loaded clips (0 is default)
'ypos' :: _y position of all loaded clips (0 is default)
'dimensions for pic place holder should be' :: 206px width 90px height
'pic dimension with gradient:: 496px width 90px height

-->
<gallery timer="17" order="random" fadetime="2" looping="yes" xpos="0" ypos="0">
<image path="images/image1.jpg" />
<image path="images/image2.jpg" />
<image path="images/image3.jpg" />
<image path="images/image4.jpg" />
<image path="images/image5.jpg" />
<image path="images/image6.jpg" />
</gallery>