

registerPloneFunction( function() {

var data = { 
              'http://www.railexpress.com.au/social-news-images/AusRAIL-PLUS-2009/Exhibition/RailGallery_191109_308.JPG/image_large': { caption: '' },
              'http://www.railexpress.com.au/social-news-images/AusRAIL-PLUS-2009/Exhibition/AusRail%20RIMAC%20REDZONE%20pic.jpg/image_large': { caption: '' },
              'http://www.railexpress.com.au/social-news-images/AusRAIL-PLUS-2009/Exhibition/RailGallery_171109_025.JPG/image_large': { caption: '' },
              'http://www.railexpress.com.au/social-news-images/AusRAIL-PLUS-2009/Exhibition/RailGallery_171109_027.JPG/image_large': { caption: '' },
              'http://www.railexpress.com.au/social-news-images/AusRAIL-PLUS-2009/Exhibition/RailGallery_171109_034.JPG/image_large': { caption: '' },
              'http://www.railexpress.com.au/social-news-images/AusRAIL-PLUS-2009/Exhibition/RailGallery_171109_097.JPG/image_large': { caption: '' },
              'http://www.railexpress.com.au/social-news-images/AusRAIL-PLUS-2009/Exhibition/RailGallery_171109_106.JPG/image_large': { caption: '' },
              'http://www.railexpress.com.au/social-news-images/AusRAIL-PLUS-2009/Exhibition/RailGallery_171109_111b.jpg/image_large': { caption: '' },
              'http://www.railexpress.com.au/social-news-images/AusRAIL-PLUS-2009/Exhibition/RailGallery_171109_197.JPG/image_large': { caption: '' },
              'http://www.railexpress.com.au/social-news-images/AusRAIL-PLUS-2009/Exhibition/RailGallery_171109_216.JPG/image_large': { caption: '' },
              'http://www.railexpress.com.au/social-news-images/AusRAIL-PLUS-2009/Exhibition/RailGallery_171109_241.JPG/image_large': { caption: '' },
              'http://www.railexpress.com.au/social-news-images/AusRAIL-PLUS-2009/Exhibition/RailGallery_171109_275b.jpg/image_large': { caption: '' },
              'http://www.railexpress.com.au/social-news-images/AusRAIL-PLUS-2009/Exhibition/RailGallery_171109_288.JPG/image_large': { caption: '' },
              'http://www.railexpress.com.au/social-news-images/AusRAIL-PLUS-2009/Exhibition/RailGallery_181109_243.JPG/image_large': { caption: '' },
              'http://www.railexpress.com.au/social-news-images/AusRAIL-PLUS-2009/Exhibition/RailGallery_191109_127.JPG/image_large': { caption: '' },
              'http://www.railexpress.com.au/social-news-images/AusRAIL-PLUS-2009/Exhibition/RailGallery_191109_149.JPG/image_large': { caption: '' },
              'http://www.railexpress.com.au/social-news-images/AusRAIL-PLUS-2009/Exhibition/RailGallery_191109_306.JPG/image_large': { caption: '' }
 };

new Slideshow('myShow', data, 
                {hu: '', classes: ['slideshowfolder'], loader: {'animate': ['loader-#.png', 12]}, 
                paused: false,
                thumbnails: true,
                random: false,
                fast: true,
                replace: [/image_large/, 'image_tile'],
                delay: 5000,
                width: 440,
                controller: true,
                duration: 500,
                captions: false,
                height: 340,
                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]';


});



