    window.RokSlideshowPath = '';
    window.addEvent('load', function(){
      var imgs = [
      {
        file: '1.jpg',
        title: '',
        desc: 'Summer - Ocean Collection',
        url: 'http://www.karenmcclintock.com/collections/ocean/index.html'
      },{ 
	      file: '2.jpg',
         title: '',
	 	 desc: 'Fall - Urban Rapsody Collection',
	     url: 'http://www.karenmcclintock.com/collections/urban/index.html'
	     },{ 
	      file: '3.jpg',
         title: '',
	 	 desc: 'Summer - Night Collection',
	     url: 'http://www.karenmcclintock.com/collections/night/index.html'
	     },{ 
	      file: '4.jpg',
         title: '',
	 	 desc: 'Fall - Brother Grimms',
	     url: 'http://www.karenmcclintock.com/collections/brothers/index.html'
	     },{ 
	      file: '5.jpg',
         title: '',
	 	 desc: 'Fall - New York Kaleidoscope Collection',
	     url: 'http://www.karenmcclintock.com/collections/newyork/index.html'
	     },{ 
	      file: '1Harbour_Dusk_rev-4.jpg',
         title: '',
	 	 desc: 'Spring - Harbor Dusk Collection',
	     url: 'http://www.karenmcclintock.com/collections/harbor-dusk/index.html'
	     },{ 
	      file: '2Forest_Splendor_rev-7.jpg',
         title: '',
	 	 desc: 'Spring - Forest Splendor Collection',
	     url: 'http://www.karenmcclintock.com/collections/forest/index.html'
	     },{ 
	      file: '3South_France_rev-2.jpg',
         title: '',
	 	 desc: 'Spring - South of France Collection',
	     url: 'http://www.karenmcclintock.com/collections/south-of-france/index.html'
	     }]; 
	    
      var myshow = new Slideshow ('slideshow', { 
        type: 'combo',
        showTitleCaption: 0,
        captionHeight: 20,
        width: 273, 
        height: 200, 
        pan: 20,
        zoom: 30,
        loadingDiv: 0,
        resize: true,
        duration: [2000, 9000],
        transition: Fx.Transitions.Expo.easeOut,
        images: imgs, 
        path: '../../slideshow/collection/'
      });
 
      myshow.caps.h2.setStyles({
        color: '#fff',
        fontSize: '13px'
      });
      myshow.caps.p.setStyles({
        color: '#ccc',
        fontSize: '11px'
      });
    });
