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

		imgs.push({
		file: '1-luftbild-2009.jpg',
								title: '',
		desc: '',
		url: '#'
	  					});
					imgs.push({
		file: '2-kaminzimmer.jpg',
								title: '',
		desc: '',
		url: '#'
	  					});
					imgs.push({
		file: '3-zi-33.jpg',
								title: '',
		desc: '',
		url: '#'
	  					});
					imgs.push({
		file: '4-tannenhof-winter.jpg',
								title: '',
		desc: '',
		url: '#'
	  					});
					imgs.push({
		file: '5-hallenbad-2.jpg',
								title: '',
		desc: '',
		url: '#'
	  					});
					imgs.push({
		file: '6-suite-hotel-allgaeu.jpg',
								title: '',
		desc: '',
		url: '#'
	  					});
					imgs.push({
		file: '7-terrasse.jpg',
								title: '',
		desc: '',
		url: '#'
	  					});
					imgs.push({
		file: '8-mitarbeiter-herz.jpg',
								title: '',
		desc: '',
		url: '#'
	  					});
					imgs.push({
		file: '9-zi-31-bad.jpg',
								title: '',
		desc: '',
		url: '#'
	  					});
					imgs.push({
		file: '9-zimmer-30.jpg',
								title: '',
		desc: '',
		url: '#'

		  					});
					
	var myshow = new Slideshow('slideshow', { 
		type: 'combo',
		showTitleCaption: 1,
		captionHeight: 45,
		width: 780, 
		height: 280, 
		pan: 50,
		zoom: 50,
		loadingDiv: 1,
		resize: true,
		duration: [1500, 5000],
		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'
	});
});

