// JavaScript Document

      window.RokSlideshowPath = '';
      window.addEvent('load', function(){
      var imgs = [
      {
      file: 'botswana1.jpg',
      title: 'The Authentic Safari - from US$ 2 625.00 pp',
      desc: 'A <span style="color: #E1B606">10 Botswana Safari</span> visiting the Okavango Delta &amp; Moremi Wildlife Reserve, Savute, Chobe National Park and Victoria Falls',
      url: 'http://www.uyaphi.com/safaris/bots/authenticsafari.htm'
      },{
      file: 'botswana2.jpg',
      title: 'Kalahari Migration Safari - from US$ 3 275.00 pp',
      desc: 'The <span style="color: #E1B606">9 Day Kalahari Migration Safari</span> explores the semi-desert of Central Kalahari and Makgadikgadi during the migration months',
      url: 'http://www.uyaphi.com/safaris/bots/kalahari-migration.htm'
	  },{
      file: 'botswana3.jpg',
      title: 'Migration Routes - from US$ 4 635.00 pp',
      desc: '<span style="color: #E1B606">10 Day safari</span> combination serviced camping in private concession areas and exclusive campsites in National Parks and a lodge overnight in Zambia',
      url: 'http://www.uyaphi.com/safaris/bots/migration_routes9d.htm'
      },{
      file: 'botswana4.jpg',
      title: 'Okavango Safari - from US$ 1 538.00 pp',
      desc: 'This <span style="color: #E1B606">6 day safari</span> visiting Okavango & Khwai areas of Moremi Wildlife Reserve - Game drives & Mokoros',
      url: 'http://www.uyaphi.com/safaris/bots/karibuokovangosaf.htm'
      },{
      file: 'botswana5.jpg',
      title: 'Best of Botswana - from US$ 1 770.00 pp',
      desc: 'This <span style="color: #E1B606">5 Day safari is inclusive of charter flights to and from Maun</span>, includes Camp Okavango and Leroo La Tau',
      url: 'http://www.uyaphi.com/safaris/bots/best-of-botswana-reserves.htm'
      },{
      file: 'botswana6.jpg',
      title: 'Desert, Delta & Sunsets - from US$ 2 400.00 pp',
      desc: 'This <span style="color: #E1B606">7 Day safari is inclusive of charter flights to and from Maun</span>, includes Camp Okavango, Camp Moremi and Leroo La Tau',
      url: 'http://www.uyaphi.com/safaris/bots/desert-delta-sunsets.htm'
	  }];
       
      var myshow = new Slideshow('slideshow', {
      type: 'zooming',
      showTitleCaption: 1,
      captionHeight: 45,
      width: 449,
      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: '13px'
      });
      myshow.caps.p.setStyles({
      color: '#ccc',
      fontSize: '11px'
      });
      });
