

registerPloneFunction( function() {

var data = { 
              'http://www.oxfamamerica.org/slideshows/africas-future-is-up-to-africans/ghana-mining-pit.jpg/image_large': { caption: 'Natural resources in Africa, such as gold mined here in Brong-Ahafo, Ghana, need to be managed properly to ensure revenues are used for reducing poverty. Photo: Neil Brander/Oxfam America' }
 };

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


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


});



