    window.RokSlideshowPath = '';
    window.addEvent('load', function(){
      var imgs = [
      {
        file: 'wedding-1.jpg',
        title: '',
        desc: 'The Whites - Wedding Collection',
        url: 'http://www.karenmcclintock.com/weddings/the-whites/index.html'
      },{ 
	      file: 'wedding-blues.jpg',
         title: '',
	 	 desc: 'The Blues - Wedding Collection',
	     url: 'http://www.karenmcclintock.com/weddings/the-blues/index.html'
	     },{ 
	      file: 'wedding-greens.jpg',
         title: '',
	 	 desc: 'The Greens - Wedding Collection',
	     url: 'http://www.karenmcclintock.com/weddings/the-greens/index.html'
	     },{ 
	      file: 'wedding-pinks.jpg',
         title: '',
	 	 desc: 'The Pinks - Wedding Collection',
	     url: 'http://www.karenmcclintock.com/weddings/the-pinks/index.html'
	     },{ 
	      file: 'wedding-purples.jpg',
         title: '',
	 	 desc: 'The Purples - Wedding Collection',
	     url: 'http://www.karenmcclintock.com/weddings/the-purples/index.html'
	     },{ 
	      file: 'wedding-reds.jpg',
         title: '',
	 	 desc: 'The Reds - Wedding Collection',
	     url: 'http://www.karenmcclintock.com/weddings/the-reds/index.html'
	     },{ 
	      file: 'wedding-turp.jpg',
         title: '',
	 	 desc: 'The Taupes - Wedding Collection',
	     url: 'http://www.karenmcclintock.com/weddings/the-tauper/index.html'
	     },{ 
	      file: 'wedding-yellow.jpg',
         title: '',
	 	 desc: 'The Yellows - Wedding Collection',
	     url: 'http://www.karenmcclintock.com/weddings/the-yellows/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: 'http://www.karenmcclintock.com/slideshow/wedding/'
      });
 
      myshow.caps.h2.setStyles({
        color: '#fff',
        fontSize: '13px'
      });
      myshow.caps.p.setStyles({
        color: '#ccc',
        fontSize: '11px'
      });
    });
