// JavaScript Document

      window.RokSlideshowPath = '';
      window.addEvent('load', function(){
      var imgs = [
      {
      file: 'zimbabwe1.jpg',
      title: 'Bumi Hills Safari Lodge',
      desc: 'Having the Zambezi escarpment as its backdrop, the lodge overlooks the foreshore below and the vastness associated with Lake Kariba',
      url: 'http://www.uyaphi.com/zimbabwe/accommodation/bumi-hills-safari-lodge.htm'
      },{
      file: 'zimbabwe2.jpg',
      title: 'Victoria Falls Safari Lodge',
      desc: 'Victoria Falls Safari Lodge borders the Zambezi National Park and is just four kilometers from the thundering Victoria Falls',
      url: 'http://www.uyaphi.com/zimbabwe/accommodation/victoria-falls-safari-lodge.htm'
	  },{
      file: 'zimbabwe3.jpg',
      title: 'The Hide',
      desc: 'The Hide is actually located inside one of Hwange National Parks most exceptional places, adjacent to historic elephant trails along with a huge grassland corridor',
      url: 'http://www.uyaphi.com/zimbabwe/accommodation/the-hide.htm'
      },{
      file: 'zimbabwe4.jpg',
      title: 'The Stanley and Livingstone',
      desc: 'The 6 000-acre private reserve known as the "Victoria Falls Private Game Reserve" on which the Stanley and Livingstone is located',
      url: 'http://www.uyaphi.com/zimbabwe/accommodation/stanley-livingstone.htm'
      },{
      file: 'zimbabwe5.jpg',
      title: 'Makalolo Plains Camp',
      desc: 'Makalolo Plains Camp, located within a remote as well as exclusive concession inside of the substantial Hwange National Park',
      url: 'http://www.uyaphi.com/zimbabwe/accommodation/makalolo-plains.htm'
      }];
       
      var myshow = new Slideshow('slideshow', {
      type: 'zooming',
      showTitleCaption: 1,
      captionHeight: 45,
      width: 440,
      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'
      });
      });
