		var nS4 = new noobSlide({
			box: $('noobslide2'),
			mode: 'vertical',
			items: $$('#noobslide2 div.category'),
			size: 325,
			autoPlay: true,
			interval: 5000,
			handles: $$('#news_controls div.led2'),
			onWalk: function(currentItem,currentHandle){				
				this.handles.removeClass('led2_x');
				currentHandle.addClass('led2_x');
			},
			fxOptions: {
				duration: 1000,
				transition: Fx.Transitions.Cubic.easeInOut,
				wait: false
			}

		});

