// JavaScript Document

      window.RokSlideshowPath = '';
      window.addEvent('load', function(){
      var imgs = [
      {
      file: 'kruger-national-park1.jpg',
      title: 'Southern Kruger Park Lodges',
      desc: 'Lodges and camps in the Southern regions of the World Famous Kruger National Park including the Sabi Sand',
      url: 'http://www.uyaphi.com/accommMPs_kruger1.htm'
      },{
      file: 'kruger-national-park2.jpg',
      title: 'Northern Kruger Park Lodges',
      desc: 'Lodges and camps in the Northern regions of the World Famous Kruger National Park including the Timbavati',
      url: 'http://www.uyaphi.com/accommLIM_Nkruger.htm'
	  },{
      file: 'kruger-national-park3.jpg',
      title: 'Sabi Sand Lodges',
      desc: 'Lodges and camps within the World famous Sabi Sand Game Reserve offering some of the best game viewing in Africa',
      url: 'http://www.uyaphi.com/accommZAsabi_sand.htm'
      },{
      file: 'kruger-national-park4.jpg',
	  title: 'Timbavati Lodges',
      desc: 'Lodges and camps within Timbavati Game Reserve offering over 147 mammals as well as being home home to the "Big Five"',
      url: 'http://www.uyaphi.com/accomm-timbavati.htm'
      },{
      file: 'kruger-national-park5.jpg',
	  title: 'Kruger National Park Safaris',
      desc: 'Kruger Park Safaris ranging from camping to lodge to fly-in to walking safaris to suite all budgets',
      url: 'http://www.uyaphi.com/safaris/south_africa/kruger_national_park_safaris.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: 'south-africa/kruger-national-park/code/slideshow/top/'
      });
	  
      myshow.caps.h2.setStyles({
      color: '#fff',
      fontSize: '13px'
      });
      myshow.caps.p.setStyles({
      color: '#ccc',
      fontSize: '11px'
      });
      });
