window.RokSlideshowPath = '';

			var myshow;
			window.addEvent('load', function(){
				var imgs = [];

				imgs.push({
					file: 'slideshow/1.jpg',
					title: '',
					desc: '',
					url: ''
				});
				imgs.push({
					file: 'slideshow/2.jpg',
					title: '',
					desc: '',
					url: ''
				});
				imgs.push({
					file: 'slideshow/4.jpg',
					title: '',
					desc: '',
					url: ''
				});
				imgs.push({
					file: 'slideshow/5.jpg',
					title: '',
					desc: '',
					url: ''
				});
				imgs.push({
					file: 'slideshow/7.jpg',
					title: '',
					desc: '',
					url: ''
				});
				imgs.push({
					file: 'slideshow/8.jpg',
					title: '',
					desc: '',
					url: ''
				});
				imgs.push({
					file: 'slideshow/10.jpg',
					title: '',
					desc: '',
					url: ''
				});
				

				myshow = new Slideshow('slideshow', { 
					type: 'combo',
					showTitleCaption: 1,
					captionHeight: 45,
					width: 950, 
					height: 253, 
					pan: 10,
					zoom: 20,
					loadingDiv: 0,
					resize: true,
					duration: [2000, 9000],
					transition: Fx.Transitions.Expo.easeOut,
					images: imgs, 
					path: '/templates/custom-templates/GailmardEyeCenter/cs1/'
				});

				myshow.caps.h2.setStyles({
					
				});
				myshow.caps.p.setStyles({
					
				});
			});
