// JavaScript Document
new SimpleCarousel($('simpleCarousel'), $$('#simpleCarousel .tvprogramcontainer'), $$('#simpleCarousel .button'), 
	{
	slideInterval: 5000,
	rotateAction: 'click'
	});
//the default slideInterval is 4 seconds, 
//let's make this example go a little faster

