	window.addEvent('domready',function(){

		var nS4 = new noobSlide({
			box: $('box4'),
			items: $$('#box4 div'),
			size: 550,
			handles: $$('#handles4 span'),
			onWalk: function(currentItem,currentHandle){
				this.handles.removeClass('active2');
				currentHandle.addClass('active2');
			}
		});

	});
