<!--  
'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="sequential" fadetime="2" looping="yes" xpos="0" ypos="0">
  <image>/_images/logos/berkeley.gif</image>
  <image>/_images/logos/black-box.gif</image>
  <image>/_images/logos/heinz-endowments.gif</image>
  <image>/_images/logos/first-american.gif</image>
  <image>/_images/logos/college-prowler.gif</image>
  <image>/_images/logos/allied-barton.gif</image>
  <image>/_images/logos/first-commonwealth.gif</image>
  <image>/_images/logos/carnegie-mellon.gif</image>
  <image>/_images/logos/audio-midi.gif</image>
</gallery>