

registerPloneFunction( function() {

var data = { 
              'http://www.pranburiparklife.com/image-gallery/under-construction/DSC00362.jpg/image_large': { caption: 'Delivery of sand etc' },
              'http://www.pranburiparklife.com/image-gallery/under-construction/DSC00356.jpg/image_large': { caption: 'Starting the bar' },
              'http://www.pranburiparklife.com/image-gallery/under-construction/DSC00359.jpg/image_large': { caption: 'Dunbar behind the wheel!' },
              'http://www.pranburiparklife.com/image-gallery/under-construction/DSC00379.jpg/image_large': { caption: 'The bar\'s basic structure' },
              'http://www.pranburiparklife.com/image-gallery/under-construction/DSC00415.jpg/image_large': { caption: 'Roof, walls &amp; barman' },
              'http://www.pranburiparklife.com/image-gallery/under-construction/DSC00422.jpg/image_large': { caption: 'Mr Dee trying out the counter for elbow hight etc' },
              'http://www.pranburiparklife.com/image-gallery/under-construction/Picture-016.jpg/image_large': { caption: 'Cupboards &amp; counter top' },
              'http://www.pranburiparklife.com/image-gallery/under-construction/DSC00463.jpg/image_large': { caption: 'Bar seating/standing area' },
              'http://www.pranburiparklife.com/image-gallery/under-construction/DSC00523.jpg/image_large': { caption: 'The Staghorn Bar' },
              'http://www.pranburiparklife.com/image-gallery/under-construction/Picture-069.jpg/image_large': { caption: 'Putting in the Staghorns' },
              'http://www.pranburiparklife.com/image-gallery/under-construction/DSC00602.jpg/image_large': { caption: 'Bar almost done...' },
              'http://www.pranburiparklife.com/image-gallery/under-construction/DSC00424.jpg/image_large': { caption: 'Toilet roof' },
              'http://www.pranburiparklife.com/image-gallery/under-construction/DSC00430.jpg/image_large': { caption: '"too early for testing Dunbar"!' },
              'http://www.pranburiparklife.com/image-gallery/under-construction/DSC00506.jpg/image_large': { caption: 'Almost done, just need somewhere to sit (I did say sit)' },
              'http://www.pranburiparklife.com/image-gallery/under-construction/DSC00464.jpg/image_large': { caption: 'Building one of the salas ' },
              'http://www.pranburiparklife.com/image-gallery/under-construction/Picture-002.jpg/image_large': { caption: 'Putting in a concrete base' },
              'http://www.pranburiparklife.com/image-gallery/under-construction/Picture-054.jpg/image_large': { caption: 'Building a mushroom' },
              'http://www.pranburiparklife.com/image-gallery/under-construction/Picture-065.jpg/image_large': { caption: 'Mr Dee testing a mushroom' },
              'http://www.pranburiparklife.com/image-gallery/under-construction/DSC00566.jpg/image_large': { caption: 'Mushrooms to shade the Mini Golf' },
              'http://www.pranburiparklife.com/image-gallery/under-construction/DSC00593.jpg/image_large': { caption: 'Mr Dee rolling the Petanque pitch' }
 };

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


});


