// JavaScript Document

      window.RokSlideshowPath = '';
      window.addEvent('load', function(){
      var imgs = [
      {
      file: 'mozambique1.jpg',
      title: 'Indigo Bay Island Resort',
      desc: '<span style="color: #E1B606">Indigo Bay Island Resort and Spa</span> is an exquisite island destination situated on Bazaruto Island',
      url: 'http://www.uyaphi.com/mozambique/accommodation/indigobay.htm'
      },{
      file: 'mozambique2.jpg',
      title: 'Medjumbe Island Resort',
      desc: 'Medjumbe Island is one of the many islands making up the <span style="color: #E1B606">Quirimbas Archipelago</span> in Northern Mozambique',
      url: 'http://www.uyaphi.com/mozambique/accommodation/medjumbe-resort.htm'
	  },{
      file: 'mozambique3.jpg',
      title: 'Matemo Island Resort',
      desc: 'The <span style="color: #E1B606">remote Island of Matemo</span> offers idyllic luxury Mozambique island accommodation',
      url: 'http://www.uyaphi.com/mozambique/accommodation/matemo-island-resort.htm'
      },{
      file: 'mozambique4.jpg',
      title: 'Lugenda Wilderness Camp',
      desc: 'ugenda Wilderness Camp offers the <span style="color: #E1B606">ultimate pioneering safari</span> amidst an Africa still wild and untrammeled',
      url: 'http://www.uyaphi.com/mozambique/accommodation/lugenda_bush_camp.htm'
      },{
      file: 'mozambique5.jpg',
      title: 'Vamizi Island Lodge',
      desc: 'Exclusivity is one of <span style="color: #E1B606">Vamizi Islands greatest assets</span>, and as the only lodge on the island',
      url: 'http://www.uyaphi.com/mozambique/accommodation/vamizi-island-lodge.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: '13px'
      });
      myshow.caps.p.setStyles({
      color: '#ccc',
      fontSize: '11px'
      });
      });
