
registerPloneFunction( function() {

var data = { 
              'http://www.redebrasilatual.com.br/multimidia/albuns-de-fotos/copy_of_imagens-da-semana-19-a-25-de-julho/EDIT%20Com%20presidentes%20da%20assembleia%20de%20deus%20Foto%20Roberto%20Stuckert%20Filho.jpg/image_large': { caption: 'Encontro com Presidentes das Assembléias de Deus no Brasil. (Foto: Roberto Stuckert Filho)' },
              'http://www.redebrasilatual.com.br/multimidia/albuns-de-fotos/copy_of_imagens-da-semana-19-a-25-de-julho/EDIT%2023072010CAG0093.jpg/image_large': { caption: 'Candidata participando do programa da TV Brasil (Foto: Divulgação)' },
              'http://www.redebrasilatual.com.br/multimidia/albuns-de-fotos/copy_of_imagens-da-semana-19-a-25-de-julho/EDIT%205%20-%20Jose%20Serra%20na%2017%20Festitalia%20em%20Blumenau%201.jpg.crop_display.jpg/image_large': { caption: 'Em campanha por Santa Catarina, o candidato visitou o Centro Cultural para o evento em ...' }
 };

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


});




