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