<?xml version='1.0' encoding='iso-8859-1'?>

<!--  "TransTime"   = Seconds between each image transition -->
<!--  "SlideOrder"  = How images are displayed. Can be either "sequential" or "random" -->
<!--  "FadeTime"    = velocity of image crossfade. Larger number for faster fades -->
<!--  "Loop"        = Set to "yes" or "no" for looping in sequential mode -->
<!--  "Xpos"        = X position of all loaded clips set to 0  -->
<!--  "Ypos"        = Y position of all loaded clips set to 0  -->
<!-- // -->
<!-- // -->



<gallery TransTime="5" SlideOrder="random" FadeTime="3" Loop="yes" Xpos="0" Ypos="0">
<image path="image1.jpg" />
<image path="image2.jpg" />
<image path="image3.jpg" />
<image path="image4.jpg" />
<image path="image5.jpg" />
<image path="image6.jpg" />
<image path="image7.jpg" />
<image path="image8.jpg" />
<image path="image9.jpg" />
<image path="image10.jpg" />
</gallery>