window.addEvents({
	'domready': function(){
		var SlideFooter = new SlideItMoo({
			overallContainer: 'footloghislide_outer',
			elementScrolled: 'footloghislide_inner',
			thumbsContainer: 'footloghislide_items',		
			itemsSelector: '.footlogo_item',
			itemsVisible:8,				
			itemWidth:101,
			showControls:0,
			autoSlide: 3000,
			transition: Fx.Transitions.Sine.easeIn,
			duration: 800,
			direction:1,
			lastOn:null,
			onChange: null
		});
	}
});
