    window.RokSlideshowPath = '';
    window.addEvent('load', function(){
      var imgs = [
      {
        file: '1_2.jpg',
        title: '',
        desc: 'Timeless Collection',
        url: 'http://www.karenmcclintock.com/collection-timeless/index.html'
      },{ 
	      file: '2550-2010.jpg',
         title: '',
	 	 desc: 'Hupburn Collection 2010',
	     url: 'http://www.karenmcclintock.com/collection2010/fall2010/hepburn/products/index.html'
	     },{ 
	      file: '2532-2010.jpg',
         title: '',
	 	 desc: 'Women in Blue Collection 2010',
	     url: 'http://www.karenmcclintock.com/collection2010/fall2010/women_in_blue/products/index.html'
	     },{ 
	      file: '2496-2010.jpg',
         title: '',
	 	 desc: 'Crystal Clear Collection 2010',
	     url: 'http://www.karenmcclintock.com/crystal-clear-collection/crystal-clear/products/index.html'
	     },{ 
	      file: '2489-2010.jpg',
         title: '',
	 	 desc: 'Tuscun Grove Collection 2010',
	     url: 'http://www.karenmcclintock.com/collection2010/fall2010/tuscun_grove/products/index.html'
	     }]; 
	  
      var myshow = new Slideshow ('slideshow', { 
        type: 'combo',
        showTitleCaption: 1,
        captionHeight: 30,
        width: 379, 
        height: 512, 
        pan: 20,
        zoom: 30,
        loadingDiv: 0,
        resize: true,
        duration: [2000, 9000],
        transition: Fx.Transitions.Expo.easeOut,
        images: imgs, 
        path: '../slideshow/images/'
      });
 
      myshow.caps.h2.setStyles({
        color: '#fff',
        fontSize: '13px'
      });
      myshow.caps.p.setStyles({
        color: '#ccc',
        fontSize: '11px'
      });
    });