// Corporate Gallery Slideshow
window.addEvent('domready', function(){
	var data = {
		'fire_eyes_corporate_photography_1.jpg': {caption: 'Fire Eyes Corporate Photography 1'},
		'fire_eyes_corporate_photography_2.jpg': {caption: 'Fire Eyes Corporate Photography 2'},
		'fire_eyes_corporate_photography_3.jpg': {caption: 'Fire Eyes Corporate Photography 3'},
		'fire_eyes_corporate_photography_4.jpg': {caption: 'Fire Eyes Corporate Photography 4'},
		'fire_eyes_corporate_photography_5.jpg': {caption: 'Fire Eyes Corporate Photography 5'},
		'fire_eyes_corporate_photography_6.jpg': {caption: 'Fire Eyes Corporate Photography 6'},
		'fire_eyes_corporate_photography_7.jpg': {caption: 'Fire Eyes Corporate Photography 7'},
		'fire_eyes_corporate_photography_8.jpg': {caption: 'Fire Eyes Corporate Photography 8'},
		'fire_eyes_corporate_photography_9.jpg': {caption: 'Fire Eyes Corporate Photography 9'}
	};

	var myShow = new Slideshow('show', data, { controller: false, height: 590, hu: './images/index/', overlap: true, thumbnails: false, width: 852, random: true, lastslide: false, delay: 3500, duration: 1000});
});

