window.addEvent('domready',function(){
	var nS2 = new noobSlide({
		box: $('box_logos'),
		items: $$('#box_logos div'),
		size: 98,
		interval: 4000,
		autoPlay: true,
		fxOptions: {
			duration: 1000,
			transition: Fx.Transitions.Quad.easeOut,
			wait: false
		},
		addButtons: {
			previous: $('comm_ctrl_prev'),
			next: $('comm_ctrl_next')
		}
	});
});