// JavaScript Document

      window.RokSlideshowPath = '';
      window.addEvent('load', function(){
      var imgs = [
      {
      file: 'botswana1.jpg',
      title: 'Botswana Safaris',
      desc: 'We at Uyaphi.com offer a superb range of <span style="color: #E1B606">Botswana safari holidays</span> from budget to mid range camping and lodge to the ultimate luxury of fly-in safaris.',
      url: 'http://www.uyaphi.com/safaris/safarisBOTSWANA.htm'
      },{
      file: 'botswana2.jpg',
      title: 'Botswana Accommodation',
      desc: 'We at Uyaphi.com offer a large portfolio of <span style="color: #E1B606">Botswana accommodation</span> in the Okavango Delta, Moremi Reserve and the Chobe National Park.',
      url: 'http://www.uyaphi.com/Acc/accommodationBOTS.htm'
	  },{
      file: 'botswana3.jpg',
      title: 'Botswana Travel Guide',
      desc: 'Your Travel Guide for those <span style="color: #E1B606">traveling in Botswana</span> including safaris, lodges, National Parks as well as Visa, Weather and Malaria information.',
      url: 'http://www.uyaphi.com/botswana/index.html'
      },{
      file: 'botswana4.jpg',
      title: 'Botswana lodge safaris by road',
      desc: 'A Lodge safari by road through Botswana offers the more cost effective way of travel <span style="color: #E1B606">without loosing out on the luxury of staying in a lodge.</span>',
      url: 'http://www.uyaphi.com/kenya/accommodation/masai-mara-accommodation.htm'
      },{
      file: 'botswana5.jpg',
      title: 'Safaris in Botswana',
      desc: 'We offer <span style="color: #E1B606">3 styles of safaris in Botswana</span> being mobile camping safaris, luxury mobile camping safaris and fly in safaris',
      url: 'http://www.uyaphi.com/safaris/safarisBOTSWANA.htm'
      },{
      file: 'botswana6.jpg',
      title: 'Okavango Delta Accommodation',
      desc: 'Experience the <span style="color: #E1B606">Okavango Delta</span> whilst staying in safari lodges and tented camps with activities such as mokoro trips, fishing and game viewing.',
      url: 'http://www.uyaphi.com/Acc/accomm_bots_okavango.htm'
	  },{
      file: 'botswana7.jpg',
      title: 'The Okavango Delta',
      desc: 'A magical water world set in a lush environment, <span style="color: #E1B606">the Okavango Delta,</span> in the midst of the Kalahari, is Africas largest and most beautiful oasis.',
      url: 'http://www.uyaphi.com/botswana/game-reserves/okavango-delta.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'
      });
      });