var mySlideShow;

window.addEvent('domready',function(){
	
	// instance with a few options
	mySlideShow = new SlideShow('slides',{
		transition: 'fade',
		delay: 8000,
		duration: 2000,
		width: 840,
		height: 365,
		autoplay: true
	});
		
	
});
