<!--  
'timer' :: number of seconds between each image transition
'order' :: how you want your images displayed. choose either 'sequential' or 'random'
'loop' :: 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
-->
<gallery timer="5" order="sequential" looping="yes" fadetime="5">
<image path="images/photo1.jpg" />
<image path="images/photo2.jpg" />
<image path="images/photo3.jpg" />
<image path="images/photo4.jpg" />
<image path="images/photo7.jpg" />
<image path="images/photo8.jpg" />
<image path="images/photo9.jpg" />

</gallery>