<!--  
'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)
-->
<gallery timer="6" order="random" fadetime="1" looping="yes" xpos="0" ypos="0">
<image path="/img/slideimages-home/01.jpg" />
<image path="/img/slideimages-home/02.jpg" />
<image path="/img/slideimages-home/03.jpg" />
<image path="/img/slideimages-home/04.jpg" />
<image path="/img/slideimages-home/05.jpg" />
<image path="/img/slideimages-home/06.jpg" />
<image path="/img/slideimages-home/07.jpg" />
<image path="/img/slideimages-home/08.jpg" />
<image path="/img/slideimages-home/09.jpg" />
<image path="/img/slideimages-home/10.jpg" />

</gallery>