// JavaScript Document

      window.RokSlideshowPath = '';
      window.addEvent('load', function(){
      var imgs = [
      {
      file: 'tanzania1.jpg',
      title: 'Tanzania Safaris',
      desc: 'We at Uyaphi.com offer a superb range of <span style="color: #E1B606">Tanzania safari holidays</span> from budget to mid range camping and lodge to the ultimate luxury of fly-in safaris.',
      url: 'http://www.uyaphi.com/tanzania/safari/index.html'
      },{
      file: 'tanzania2.jpg',
      title: 'Tanzania Accommodation',
      desc: 'We at Uyaphi.com offer a large portfolio of <span style="color: #E1B606">Tanzania accommodation</span> including safari lodges, beach resorts and hotels in Tanzania.',
      url: 'http://www.uyaphi.com/tanzania/accommodation/index.html'
	  },{
      file: 'tanzania3.jpg',
      title: 'Tanzania Travel Guide',
      desc: 'Your Travel Guide for those <span style="color: #E1B606">traveling in Tanzania</span> including safaris, lodges, National Parks as well as Visa, Weather and Malaria information.',
      url: 'http://www.uyaphi.com/tanzania/index.html'
      },{
      file: 'tanzania4.jpg',
      title: 'Serengeti safaris',
      desc: 'Rated as one of the most spectacular natural events on earth, the annual migration between the <span style="color: #E1B606">Serengeti and Masai Mara.</span>',
      url: 'http://www.uyaphi.com/tanzania/safari/serengeti-safaris.htm'
      },{
      file: 'tanzania5.jpg',
      title: 'Zanzibar accommodation',
      desc: 'The Zanzibar archipelago (which also includes Pemba), offers some of the most <span style="color: #E1B606">unique tropical island experiences</span> in Africa.',
      url: 'http://www.uyaphi.com/tanzania/accommodation/zanzibar-accommodation.htm'
      },{
      file: 'tanzania6.jpg',
      title: 'Tanzania Fly in Safaris',
      desc: 'Propeller driven light aircraft are used to transfer you from camp to camp <span style="color: #E1B606">where professional guides</span> are stationed to guide your game activities.',
      url: 'http://www.uyaphi.com/tanzania/safari/flyin-safari.htm'
	  },{
      file: 'tanzania7.jpg',
      title: 'Tanzania beach & bush safaris',
      desc: 'We at Uyaphi.com are proud to offer you a <span style="color: #E1B606">combinations of Beach and Bush</span> when on safari in Tanzania.',
      url: 'http://www.uyaphi.com/tanzania/safari/beach-bush-safari.htm'
      }];
       
      var myshow = new Slideshow('slideshow', {
      type: 'zooming',
      showTitleCaption: 1,
      captionHeight: 45,
      width: 436,
      height: 170,
      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'
      });
      });
