	window.addEvent('domready',function(){
		var nS4 = new noobSlide({
			box: $('box4'),
			items: $$('#box4 div'),
			size: 768,
			handles: $$('#handles4 li'),

				fxOptions: {
				duration: 500,
				wait: false
				},

				onWalk: function(currentItem,currentHandle){
				//$('info4').set('html',currentItem.getFirst().innerHTML);
				this.handles.removeClass('active');
				currentHandle.addClass('active');
			}
		});
});
