window.RokSlideshowPath = '';
window.addEvent('load', function(){
	var imgs = [
	{
		file: 'TPW-Marquee-1-GENERATOR.jpg',
		title: 'w',
		desc: '',
		url: '#'
	},{ 
		file: 'TPW-Marquee-2-LOCOMOTIVE.jpg',
		title: '',
		desc: '',
		url: '#'
	},{
		file: 'TPW-Marquee-3-MARINE.jpg',
		title: '',
		desc: '',
		url: '#'
	},{
		file: 'TPW-Marquee-4-POWERPLANTS.jpg',
		title: '',
		desc: '',
		url: '#'
	},{
		file: 'TPW-Marquee-5-OILPLATFORM.jpg',
		title: '',
		desc: '',
		url: '#'
	},{
		file: 'TPW-Marquee-6-DREDGE.jpg',
		title: '',
		desc: '',
		url: '#'
	}];              
		var myshow = new Slideshow('slideshow', { 
		type: 'fade',
		captions: false,
		showTitleCaption: false,
		captionHeight: 45,
		navigation: false,
		width: 260, 
		height: 150, 
		pan: 0,
		zoom: 0,
		loadingDiv: 1,
		resize: false,
		duration: [2000, 4000],
		transition: Fx.Transitions.Expo.easeOut,
		images: imgs, 
		path: '/site/templates/wave/images/fader/'
	});
		myshow.caps.h2.setStyles({
		color: '#fff',
		fontSize: '13px'
	});
	myshow.caps.p.setStyles({
		color: '#ccc',
		fontSize: '11px'
	});
});

