

registerPloneFunction( function() {

var data = { 
              'http://www.atitlanluxuryhomes.com/Villages/Santa-Catarina-Palopo/5-bedrooms-pool/blue-pool/image_large': { caption: 'Guatemala real estate, luxury home, lake Atitlan blue pool' },
              'http://www.atitlanluxuryhomes.com/Villages/Santa-Catarina-Palopo/5-bedrooms-pool/Social-area/image_large': { caption: 'Guatemala real estate, Luxury home for sale Lake Atitlan with large social area' },
              'http://www.atitlanluxuryhomes.com/Villages/Santa-Catarina-Palopo/5-bedrooms-pool/jacuzzi-lake-atitlan/image_large': { caption: 'Guatemala, luxuryhomes for sale, with jacuzzi and volcanos views' },
              'http://www.atitlanluxuryhomes.com/Villages/Santa-Catarina-Palopo/5-bedrooms-pool/second-guest-bedroom/image_large': { caption: 'Guatemala, luxury homes, lake Atitlan for sale big house with pool' },
              'http://www.atitlanluxuryhomes.com/Villages/Santa-Catarina-Palopo/5-bedrooms-pool/Lake-Atitlan-volcano-view/image_large': { caption: 'Guatemala, real estate, Lake Atitlan luxury home for sale' },
              'http://www.atitlanluxuryhomes.com/Villages/Santa-Catarina-Palopo/5-bedrooms-pool/Casa%20Pedro%202d%20bedroom.jpg/image_large': { caption: '' }
 };

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]';


});



