window.addEvent('domready',function(){
	var nS4 = new noobSlide({
		box: $('box4'),
		items: $$('#box4 div'),
		size: 868,
		autoPlay: true,
		interval: 9000,
		handles: $$('#handles4 span'),
		onWalk: function(currentItem,currentHandle){
			this.handles.removeClass('active');
			currentHandle.addClass('active');
		}
	});
});
