<!--  
'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="5" order="random" fadetime="2" looping="yes" xpos="0" ypos="0">
<image path="images/tc01.jpg" />
<image path="images/tc02.jpg" />
<image path="images/tc03.jpg" />
<image path="images/tc04.jpg" />
<image path="images/tc05.jpg" />
<image path="images/tc06.jpg" />
<image path="images/tc07.jpg" />
<image path="images/tc08.jpg" />
<image path="images/tc09.jpg" />
<image path="images/tc10.jpg" />
<image path="images/tc11.jpg" />
<image path="images/tc12.jpg" />
<image path="images/tc13.jpg" />
<image path="images/tc14.jpg" />
<image path="images/tc15.jpg" />
</gallery>
