    window.RokSlideshowPath = '';
    window.addEvent('load', function(){
      var imgs = [
      {
        file: '1.jpg',
        title: 'Collection 2010 - Ocean Wave',
        desc: '2010 Ocean Wave - Click here to see Collection',
        url: 'http://www.karenmcclintock.com/collection2010/spring2010/ocean2010/products/index.html'
      },{ 
	      file: '2.jpg',
         title: 'Collection 2010 - Twilight Shores',
	 	 desc: '2010 Twilight Shores - Click here to see Collection',
	     url: 'http://www.karenmcclintock.com/collection2010/spring2010/twilight2010/products/index.html'
	     },{ 
	      file: '3.jpg',
         title: 'Collection 2010 - Spring Storm',
	 	 desc: '2010 Spring Storm - Click here to see Collection',
	     url: 'http://www.karenmcclintock.com/collection2010/spring2010/storm2010/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/2010collection/'
      });
 
      myshow.caps.h2.setStyles({
        color: '#fff',
        fontSize: '13px'
      });
      myshow.caps.p.setStyles({
        color: '#ccc',
        fontSize: '11px'
      });
    });