// JavaScript Document

      window.RokSlideshowPath = '';
      window.addEvent('load', function(){
      var imgs = [
      {
      file: 'kenya1.jpg',
      title: 'Masai Mara Fly-in Express - from US$ 885.00 pp',
      desc: 'A <span style="color: yellow">3 day fly-in safari</span> to the Masai Mara is one of Africa grandest wilderness areas',
      url: 'http://www.uyaphi.com/kenya/safari/masai-mara-fly-in-express.htm'
      },{
      file: 'kenya2.jpg',
      title: 'Governors Fly-in Safari - from US$ 2 644.00 pp',
      desc: 'When on a <span style="color: yellow">Governors 6 Day Fly-in Safari</span> expect the guides to be excellent, food delightful and accommodation very comfortable',
      url: 'http://www.uyaphi.com/kenya/safari/governors-fly-in-safari.htm'
	  },{
      file: 'kenya3.jpg',
      title: 'Making tracks with Sarova - from US$ 1 687.00 pp',
      desc: 'A <span style="color: yellow">7 day safari</span> with lodges located in excellent spots, game-viewing is consistently good',
      url: 'http://www.uyaphi.com/kenya/safari/tracks-with-sarova.htm'
      },{
      file: 'kenya4.jpg',
      title: 'Kenya Horizons Safari - from US$ 1 867.00 pp',
      desc: 'The <span style="color: #E1B606">8 Day Kenya Horizons Safari</span> is one of the most popular safaris in Kenya, where lodges are stylish, guides are knowledgeable and scenery extraordinary',
      url: 'http://www.uyaphi.com/kenya/safari/kenya-horizons.htm'
      },{
      file: 'kenya5.jpg',
      title: 'Mathews Range Walking Safari - from US$ 235.00 pp per day',
      desc: 'On the <span style="color: yellow">6 Day Mathews Range Walking Safari</span> there is no better way to see a bit of wild Kenya than on a Expedition Walking Safari',
      url: 'http://www.uyaphi.com/kenya/safari/mathews-range.htm'
      }];
       
      var myshow = new Slideshow('slideshow', {
      type: 'zooming',
      showTitleCaption: 1,
      captionHeight: 45,
      width: 594,
      height: 157,
      pan: 20,
      zoom: 30,
      loadingDiv: 1,
      resize: true,
      duration: [2000, 11000],
      transition: Fx.Transitions.Expo.easeOut,
      images: imgs,
      path: 'images/slideshow/top/'
      });
	  
      myshow.caps.h2.setStyles({
      color: '#fff',
      fontSize: '12px'
      });
      myshow.caps.p.setStyles({
      color: '#ccc',
      fontSize: '10px'
      });
      });
