
			window.RokSlideshowPath = '';

			var myshow;
			window.addEvent('load', function(){
				var imgs = [];


				imgs.push({
					file: 'slideshow/Dickeyflamingos.jpg',
					title: '',
					desc: '',
				});
				imgs.push({
					file: 'slideshow/pergola.jpg',
					title: '',
					desc: '',
				});
				imgs.push({
					file: 'slideshow/Browningflowerbed1.jpg',
					title: '',
					desc: '',
				});
				imgs.push({
					file: 'slideshow/russell.marshal after (1).jpg',
					title: '',
					desc: '',
				});
				imgs.push({
					file: 'slideshow/Dickey 021.JPG',
					title: 'Landscape',
					desc: 'Paver in front of pond',
				});
				imgs.push({
					file: 'slideshow/poolside.JPG',
					title: '',
					desc: '',
				});
				imgs.push({
					file: 'slideshow/DSC_0105.JPG',
					title: 'Paver',
					desc: 'Paver Walkway',
				});
				imgs.push({
					file: 'slideshow/rickflowerbed.jpg',
					title: '',
					desc: '',
				});
				imgs.push({
					file: 'slideshow/DSCN5145.JPG',
					title: 'Fireplace',
					desc: 'Outdoor Fireplace',
				});
				imgs.push({
					file: 'slideshow/russell.marshal after (16).jpg',
					title: '',
					desc: '',
				});
				imgs.push({
					file: 'slideshow/2011-05-30_09-03-56_949.jpg',
					title: '',
					desc: '',
				});
				imgs.push({
					file: 'slideshow/2011-05-30_09-04-51_550.jpg',
					title: '',
					desc: '',
				});
				imgs.push({
					file: 'slideshow/2011-05-30_09-05-54_47.jpg',
					title: '',
					desc: '',
				});

				myshow = new Slideshow('slideshow', { 
					type: 'combo',
					showTitleCaption: 0,
					captionHeight: 0,
					width: 919, 
					height: 345, 
					pan: 20,
					zoom: 30,
					loadingDiv: 1,
					resize: true,
					duration: [2000, 9000],
					transition: Fx.Transitions.Expo.easeOut,
					images: imgs, 
					path: 'images/'
				});

				myshow.caps.h2.setStyles({
					color: '#fff',
					fontSize: '13px'
				});
				myshow.caps.p.setStyles({
					color: '#ccc',
					fontSize: '11px'
				});
			});

