window.addEvent('domready', function(){
/* banner rotator example */
new SlideItMoo({overallContainer: 'banners_container',
				elementScrolled: 'banner_container',
				thumbsContainer: 'banners',		
				itemsVisible:5,
				itemsSelector: '.banner',
				showControls:0,
				autoSlide: 1,
				transition: Fx.Transitions.Sine.easeInOut,
				duration: 2100,
				direction:1});
});
