// JavaScript Document

      window.RokSlideshowPath = '';
      window.addEvent('load', function(){
      var imgs = [
      {
      file: 'mozambique1.jpg',
      title: 'Mozambique Safaris',
      desc: 'We at Uyaphi.com offer a superb range of <span style="color: #E1B606">Mozambique safari holidays</span> from budget to mid range camping and lodge to the ultimate luxury of fly-in safaris.',
      url: 'http://www.uyaphi.com/mozambique/safaris/index.html'
      },{
      file: 'mozambique6.jpg',
      title: 'Mozambique Accommodation',
      desc: 'We at Uyaphi.com offer a large portfolio of <span style="color: #E1B606">Mozambique accommodation</span> including safari lodges, beach resorts and hotels.',
      url: 'http://www.uyaphi.com/mozambique/accommodation/index.html'
	  },{
      file: 'mozambique3.jpg',
      title: 'Mozambique Travel Guide',
      desc: 'Your Travel Guide for those <span style="color: #E1B606">traveling in Mozambique</span> including safaris, lodges, National Parks as well as Visa, Weather and Malaria information.',
      url: 'http://www.uyaphi.com/mozambique/index.html'
      },{
      file: 'mozambique4.jpg',
      title: 'Pemba region of Mozambique ',
      desc: 'Renowned as being a prime destination for diving enthusiasts as most <span style="color: #E1B606">coral reefs lie close to shore</span> as well as abundant fishing waters.',
      url: 'http://www.uyaphi.com/mozambique/game-reserves/pemba-region.htm'
      },{
      file: 'mozambique5.jpg',
      title: 'Lugenda Wilderness Camp',
      desc: 'Located in the greater <span style="color: #E1B606">Niassa National Reserve</span> in the remotest corner of northern Mozambique, set in one of the continents "last wild places".',
      url: 'http://www.uyaphi.com/mozambique/accommodation/lugenda_bush_camp.htm'
      },{
      file: 'mozambique7.jpg',
      title: 'Bazaruto Archipelago',
      desc: 'Bazaruto is a chain of five islands, comprising three larger islands of <span style="color: #E1B606">Bazaruto, Benguerra, Magaruque</span>, as well as Banque and Santa Carolina.',
      url: 'http://www.uyaphi.com/kenya/safari/lodge-safaris.htm'
	  },{
      file: 'mozambique2.jpg',
      title: 'Niassa National Reserve',
      desc: 'Nestled along the eastern bank of the Lugenda River, this <span style="color: #E1B606">elegant and intimate camp accommodates just 16 people</span> in luxurious east-African styled tents.',
      url: 'http://www.uyaphi.com/mozambique/accommodation/lugenda_bush_camp.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'
      });
      });