<!--'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="7" order="sequential" looping="yes" fadetime="3">
<image path="slideshow/images/slideshow1.jpg" />
<image path="slideshow/images/slideshow2.jpg" />
<image path="slideshow/images/slideshow3.jpg" />
<image path="slideshow/images/slideshow4.jpg" />
</gallery>