window.addEvent('load',function(){
	new SlideItMoo({overallContainer: 'indexBannersOuter',
	elementScrolled: 'indexBannersInner',
	thumbsContainer: 'indexBannersItems',		
	itemsVisible:1,
	itemsSelector: '.banner',
	showControls:0,
	autoSlide: 3000,
	transition: Fx.Transitions.Bounce.easeOut,
	duration: 1800,
	direction:-1});
});