    window.RokSlideshowPath = '';
    window.addEvent('load', function(){
      var imgs = [
      {
        file: 'africa.jpg',
        title: 'Out of Africa 2009',
        desc: 'Click to see the Collection',
        url: 'http://www.karenmcclintock.com/collections2009/africa/products/index.html'
      }]; 
	  
      var myshow = new Slideshow ('slideshow', { 
        type: 'combo',
        showTitleCaption: 1,
        captionHeight: 35,
        width: 554, 
        height: 287, 
        pan: 20,
        zoom: 30,
        loadingDiv: 0,
        resize: true,
        duration: [2000, 9000],
        transition: Fx.Transitions.Expo.easeOut,
        images: imgs, 
        path: '../../slideshow/collection2009/africa/'
      });
 
      myshow.caps.h2.setStyles({
        color: '#fff',
        fontSize: '13px'
      });
      myshow.caps.p.setStyles({
        color: '#ccc',
        fontSize: '11px'
      });
    });