// JavaScript Document

      window.RokSlideshowPath = '';
      window.addEvent('load', function(){
      var imgs = [
      {
      file: 'kenya7.jpg',
      title: 'Kenya Safaris',
      desc: 'We at Uyaphi.com offer a superb range of <span style="color: #E1B606">Kenya safari holidays</span> from budget to mid range camping and lodge to the ultimate luxury of fly-in safaris.',
      url: 'http://www.uyaphi.com/kenya/safari/index.html'
      },{
      file: 'kenya2.jpg',
      title: 'Kenya Accommodation',
      desc: 'We at Uyaphi.com offer a large portfolio of <span style="color: #E1B606">Kenya accommodation</span> including safari lodges, beach resorts and hotels in Kenya.',
      url: 'http://www.uyaphi.com/kenya/accommodation/index.html'
	  },{
      file: 'kenya1.jpg',
      title: 'Kenya Travel Guide',
      desc: 'Your Travel Guide for those <span style="color: #E1B606">traveling in Kenya</span> including safaris, lodges, National Parks as well as Visa, Weather and Malaria information.',
      url: 'http://www.uyaphi.com/kenya/index.html'
      },{
      file: 'kenya3.jpg',
      title: 'Masai Mara Lodges',
      desc: 'Those staying in <span style="color: #E1B606">Masai Mara between July to September</span> will see the annual migration of wildebeests, zebras and gazelles from the plains of the Serengeti.',
      url: 'http://www.uyaphi.com/kenya/accommodation/masai-mara-accommodation.htm'
      },{
      file: 'kenya4.jpg',
      title: 'Kenya Fly in safaris',
      desc: 'Propeller driven light aircraft are used to transfer you from lodge to lodge where <span style="color: #E1B606">professional guides</span> are stationed to guide your game activities.',
      url: 'http://www.uyaphi.com/kenya/safari/flyin-safaris.htm'
      },{
      file: 'kenya5.jpg',
      title: 'Kenya safaris by road',
      desc: 'Experience the wonders of a <span style="color: #E1B606">Kenya Safari</span> whilst staying in safari lodges, tented camps and hotels in all the popular Reserves.',
      url: 'http://www.uyaphi.com/kenya/safari/lodge-safaris.htm'
	  },{
      file: 'kenya6.jpg',
      title: 'Masai Mara Safaris',
      desc: 'Every year between <span style="color: #E1B606">July to September</span> one has the opportunity to witness this annual migration of wildebeests, zebras and gazelles crossing over into the Masai Mara.',
      url: 'http://www.uyaphi.com/kenya/safari/masai-mara-safaris.htm'
      }];
       
      var myshow = new Slideshow('slideshow', {
      type: 'zooming',
      showTitleCaption: 1,
      captionHeight: 45,
      width: 449,
      height: 180,
      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: '13px'
      });
      myshow.caps.p.setStyles({
      color: '#ccc',
      fontSize: '11px'
      });
      });