    window.RokSlideshowPath = '';
    window.addEvent('load', function(){
      var imgs = [
      {
        file: '1.jpg',
        title: 'Crystal Clear Collection',
        desc: 'Click here to see the Collection - Timeless Collections.',
        url: 'http://www.karenmcclintock.com/crystal-clear-collection/crystal-clear/products/index.html'
      },{ 
	      file: '2.jpg',
         title: 'Crystal Clear Collection',
	 	 desc: 'Click here to see the Collection - Timeless Collections.',
	     url: 'http://www.karenmcclintock.com/crystal-clear-collection/crystal-clear/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/crystalclear/'
      });
 
      myshow.caps.h2.setStyles({
        color: '#fff',
        fontSize: '13px'
      });
      myshow.caps.p.setStyles({
        color: '#ccc',
        fontSize: '11px'
      });
    });