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