

registerPloneFunction( function() {

var data = { 
              'http://www.atitlanluxuryhomes.com/Villages/san-antonio-palopo-lake-atitlan/sanantl-01/Land%20LP%20San%20An%20wf%20terraces.jpg/image_large': { caption: 'Great lawns and well protected' },
              'http://www.atitlanluxuryhomes.com/Villages/san-antonio-palopo-lake-atitlan/sanantl-01/Land%20LP%20Sananto%201%20terrace.jpg/image_large': { caption: 'View from buildable terrace' },
              'http://www.atitlanluxuryhomes.com/Villages/san-antonio-palopo-lake-atitlan/sanantl-01/Land%20LP%20Sananton%20Lawns.jpg/image_large': { caption: 'Well kept lawns' },
              'http://www.atitlanluxuryhomes.com/Villages/san-antonio-palopo-lake-atitlan/sanantl-01/LAnd%20LP%20Volcanos%201.jpg/image_large': { caption: '160 degrees view to volcanos and Sunsets' },
              'http://www.atitlanluxuryhomes.com/Villages/san-antonio-palopo-lake-atitlan/sanantl-01/land%20LP%20Santon%20terraces%20wf.jpg/image_large': { caption: 'Well build platforms' },
              'http://www.atitlanluxuryhomes.com/Villages/san-antonio-palopo-lake-atitlan/sanantl-01/Land%20LP%20Sanatono1%20view.jpg/image_large': { caption: 'Great perfect conic volcanos' },
              'http://www.atitlanluxuryhomes.com/Villages/san-antonio-palopo-lake-atitlan/sanantl-01/Land%20LP%20Santo%201%20Frontview.jpg/image_large': { caption: 'Private and residential neighborhood' },
              'http://www.atitlanluxuryhomes.com/Villages/san-antonio-palopo-lake-atitlan/sanantl-01/Land%20LP%20Sananton%20San%20Pedro.jpg/image_large': { caption: 'Incredible volcanos views' }
 };

new Slideshow('myShow', data, 
                {hu: '', classes: ['slideshowfolder'], loader: {'animate': ['loader-#.png', 12]}, 
                paused: false,
                thumbnails: true,
                random: false,
                fast: false,
                replace: [/image_large/, 'image_tile'],
                delay: 5000,
                width: 600,
                controller: true,
                duration: 500,
                captions: true,
                height: 450,
                linked: false,
                loop: true
                });


cssQuery('.slideshowfolder-controller li.pause a')[0].title = 'Play / Pause [P]';


cssQuery('.slideshowfolder-controller li.prev a')[0].title = 'Previous [Left arrow]';


cssQuery('.slideshowfolder-controller li.next a')[0].title = 'Next [Right arrow]';


cssQuery('.slideshowfolder-controller li.last a')[0].title = 'Last [Shift + Right arrow]';


cssQuery('.slideshowfolder-controller li.first a')[0].title = 'First [Shift + Left arrow]';


});



