window.addEvent('domready', function() {
	
	var header_imgs = [];
	header_imgs.push({
		file: '/images/big-slide-show/aqua-park.jpg',
		title: '', 
		desc: '',
		url: '#'
	});
	header_imgs.push({
		file: '/images/big-slide-show/ship.jpg',
		title: '',
		desc: '',
		url: '#'
	});
	header_imgs.push({
		file: '/images/big-slide-show/rollercoaster.jpg',
		title: '',
		desc: "",
		url: '#'
	});
	header_imgs.push({
		file: '/images/big-slide-show/royal-bath.jpg',
		title: '',
		desc: '',
		url: '#'
	});
	header_imgs.push({
		file: '/images/big-slide-show/adventure-park.jpg',
		title: '',
		desc: '',
		url: '#'
	});
	header_imgs.push({
		file: '/images/big-slide-show/gallery.jpg',
		title: '',
		desc: '',
		url: '#'
	});
	header_imgs.push({
		file: '/images/big-slide-show/toocans.jpg',
		title: '',
		desc: '',
		url: '#'
	});
	header_imgs.push({
		file: '/images/big-slide-show/pottery-wheel.jpg',
		title: '',
		desc: '',
		url: '#'
	});
	header_imgs.push({
		file: '/images/big-slide-show/topical-house.jpg',
		title: '',
		desc: '',
		url: '#'
	});
	header_imgs.push({
		file: '/images/big-slide-show/castle.jpg',
		title: '',
		desc: '',
		url: '#'
	});
		
	header_show = new Slideshow('slideshow', { 
		type: 'fade',
		captions: true,
		showTitleCaption: 0,
		captionHeight: '30px',
		width: 950, 
		height: 285, 
		pan: 0,
		zoom: 0,
		loadingDiv: 0,
		resize: true,
		duration: [2000, 9000],
		transition: Fx.Transitions.Expo.easeOut,
		images: header_imgs, 
		path: '',
		video:'false' 
	});
	
	header_show.caps.h2.setStyles({
		color: '#fff',
		fontSize: '13px'
	});
	header_show.caps.p.setStyles({
		color: '#ffff96',
		fontSize: '15px' 
	});
  
}); 
