

registerPloneFunction( function() {

var data = { 
              'http://www.lloydslistdcn.com.au/photo-gallery-folders/the-brisbane-office-for-damco-maersk-logistics-australia-recently-celebrated-its-fourth-annual-multicultural-day/annual-multicultural-day-1.png/image_large': { caption: 'RASTAS: left to right, Mara Andrade, Michael Thirgood, Claire Jin, Belinda Pahlke, Peter Antak, Connie Restrepo. Simon Mungarrieta, Jeff Zhang.' },
              'http://www.lloydslistdcn.com.au/photo-gallery-folders/the-brisbane-office-for-damco-maersk-logistics-australia-recently-celebrated-its-fourth-annual-multicultural-day/annual-multicultural-day-2.png/image_large': { caption: 'LATIN BEAT: Left to right: Damco Forwarding team (El Salvador - winners of Best Area): Esmeralda Velasco, Cheryl Cameron, Jessica Bradford, Gemma Barlow, Shiming Li, Adenil Day (seated).' },
              'http://www.lloydslistdcn.com.au/photo-gallery-folders/the-brisbane-office-for-damco-maersk-logistics-australia-recently-celebrated-its-fourth-annual-multicultural-day/annual-multicultural-day-3.png/image_large': { caption: 'AFRICAN BEAT: left to right, Ahmed Noseir, Michael Thirgood, Simon Mungarrieta.' },
              'http://www.lloydslistdcn.com.au/photo-gallery-folders/the-brisbane-office-for-damco-maersk-logistics-australia-recently-celebrated-its-fourth-annual-multicultural-day/annual-multicultural-day-4.png/image_large': { caption: 'ALL TOGETHER NOW: The Damco/Maersk Logistics National Customer Service Department.' }
 };

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: 320,
                controller: true,
                duration: 500,
                captions: true,
                height: 240,
                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]';


});



