window.RokSlideshowPath = '';

			var myshow;
			window.addEvent('load', function(){
				var imgs = [];
				imgs.push({
					file: 'images/cox_slidepic-03.jpg',
					title: '',
					desc: '',
					url: ''
				});
				imgs.push({
					file: 'images/cox_slidepic-01.jpg',
					title: '',
					desc: '',
					url: ''
				});
				imgs.push({
					file: 'images/cox_slidepic-02.jpg',
					title: '',
					desc: '',
					url: ''
				});
				imgs.push({
					file: 'images/cox_slidepic-06.jpg',
					title: '',
					desc: '',
					url: ''
				});
/*		myshow = new Slideshow('slideshow', { 
			type: 'combo',
			showTitleCaption: 1,
			captionHeight: 45,
			width: 998, 
			height: 200, 
			pan: 10,
			zoom: 20,
			loadingDiv: 1,
			resize: true,
			duration: [1500, 5000],
			transition: Fx.Transitions.Expo.easeOut,
			images: imgs, 
*/
				myshow = new Slideshow('slideshow', { 
					type: 'combo',
					showTitleCaption: 1,
					captionHeight: 45,
					width: 998, 
					height: 240, 
					pan: 10,
					zoom: 20,
					loadingDiv: 1,
					resize: true,
					duration: [1500, 5000],
					transition: Fx.Transitions.Expo.easeOut,
					images: imgs, 
					path: '/slideshow/'
				});

				myshow.caps.h2.setStyles({
					
				});
				myshow.caps.p.setStyles({
					
				});
			});
