			window.RokSlideshowPath = '';

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

				imgs.push({
					file: '../images/header/the-moroccan-with-automatic-cover.jpg',
					title: '"The Marrocan" ...<br />with automatic cover',
					desc: '',
					url: ''
				});
				imgs.push({
					file: '../images/header/the-blue-isle-with-raised-spa.jpg',
					title: '"The Blue Isle" ...<br />with raised spa',
					desc: '',
					url: ''
				});
				imgs.push({
					file: '../images/header/family-fun-for-everyone.jpg',
					title: 'Family Fun<br />For Everyone ...',
					desc: '',
					url: ''
				});
				imgs.push({
					file: '../images/header/completly-custom-design.jpg',
					title: 'Completly<br />Custom Designs ...',
					desc: '',
					url: ''
				});
				imgs.push({
					file: '../images/header/low-maintenance-built-to-last-a-lifetime.jpg',
					title: 'Low Maintenance,<br />and Built to Last<br />a Lifetime ...',
					desc: '',
					url: ''
				});
				imgs.push({
					file: '../images/header/elegance-is-just-a-phone-call-away.jpg',
					title: '"Elegance" is Just<br />a Phone Call Away ...',
					desc: '',
					url: ''
				});
				imgs.push({
					file: '../images/header/big-or-small-just-right-for-you.jpg',
					title: '"Big or Small" ...<br />Just Right for You',
					desc: '',
					url: ''
				});
				imgs.push({
					file: '../images/header/simple-yet-spectacular.jpg',
					title: 'Simple ...<br />yet Spectacular',
					desc: '',
					url: ''
				});
				imgs.push({
					file: '../images/header/the-perfect-gathering-place.jpg',
					title: 'The Perfect<br />Gathering Place ...',
					desc: '',
					url: ''
				});
				imgs.push({
					file: '../images/header/playtime-for-the-kids.jpg',
					title: 'Playtime for<br />The Kids ...',
					desc: '',
					url: ''
				});
				imgs.push({
					file: '../images/header/the-look-thats-just-right-for-you.jpg',
					title: 'The Look That\'s<br />Just Right For You',
					desc: '',
					url: ''
				});
				imgs.push({
					file: '../images/header/beautifull-all-year-around.jpg',
					title: 'Beautifull ...<br />All Year Around',
					desc: '',
					url: ''
				});
				imgs.push({
					file: '../images/header/the-blue-isle-with-raised-spa.jpg',
					title: '"The Blue Isle" ...<br />With Raised Spa',
					desc: '',
					url: ''
				});
				imgs.push({
					file: '../images/header/custom-water-features.jpg',
					title: 'Custom Water<br />Features',
					desc: '',
					url: ''
				});

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

				myshow.caps.h2.setStyles({
					color: '#ffffff',
					fontSize: '17px'
				});
				myshow.caps.p.setStyles({
					color: '#ffffff',
					fontSize: '11px'
				});
			});
