

registerPloneFunction( function() {

var data = { 
              'http://northern.org/media-library/photos/mines/delong-mountain-transportation-system/2008-09-26_DMT1-Weblg.jpg/image_large': { caption: 'This is where barges are loaded' },
              'http://northern.org/media-library/photos/mines/delong-mountain-transportation-system/2008-09-26_DMT9-Weblg.jpg/image_large': { caption: 'This is where concentrate trucks unload and concentrate is moved to the concentrate storage buildings' },
              'http://northern.org/media-library/photos/mines/delong-mountain-transportation-system/2008-09-26_DMT8-Weblg.jpg/image_large': { caption: 'These buildings are two of the largest enclosed structures in Alaska.  This is where zinc and lead concentrate is stock piled at the port.' },
              'http://northern.org/media-library/photos/mines/delong-mountain-transportation-system/2008-09-26_DMT7-Weblg.jpg/image_large': { caption: 'Concentrate Conveyor ' },
              'http://northern.org/media-library/photos/mines/delong-mountain-transportation-system/2008-09-26_DMT_barge-Weblg.jpg/image_large': { caption: 'Due to the shallow waters off the coast of the Krusenstern National Monument barges are used to move zinc and lead concentrate to ore ships.' },
              'http://northern.org/media-library/photos/mines/delong-mountain-transportation-system/2008-09-26_DMT_Road1-Weblg.jpg/image_large': { caption: 'This 52mile long gravel road connects the Delong Mountain Terminal Port to the Red Dog Mine.' },
              'http://northern.org/media-library/photos/mines/delong-mountain-transportation-system/2008-09-26_DMT6-WEBlg.jpg/image_large': { caption: 'Storage Area at Port Site' },
              'http://northern.org/media-library/photos/mines/delong-mountain-transportation-system/Concentrate_Spill_at_Sea.jpg/image_large': { caption: 'Ore Concentrate Spill at Sea' },
              'http://northern.org/media-library/photos/mines/delong-mountain-transportation-system/Port_Concentrate_Storage.jpg/image_large': { caption: 'Concentrate Storage Buildings at Port' }
 };

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: true,
                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]';


});



