window.addEvent('domready',function(){
	var nS6 = new noobSlide({
		autoPlay: true,
		interval: 4000,
		mode: 'horizontal',
		box: $('box6'),
		items: $$('#box6>span'),
		size: 430,
		handles: $$('#handles6_1 img'),
		handle_event: 'click',
		fxOptions: {
			duration: 1000,
			transition: Fx.Transitions.Back.easeOut,
			wait: false
		},
		onWalk: function(currentItem,currentHandle){
			this.handles.set('opacity',0.5);
			currentHandle.set('opacity',1);
		}
	});
});
