window.addEvent('domready', function() {
	
		
	new SimpleCarousel($('simpleCarousel'), $$('#simpleCarousel div.slide'), {
		slideInterval: 5000,
		rotateAction: 'click'
	});
	//the default slideInterval is 4 seconds, 
	//let's make this example go a little faster

});
