		var nS5 = new noobSlide({
			box: $('noobslide3'),
			mode: 'vertical',
			items: $$('#noobslide3 div.category'),
			size: 325,
			handles: $$('#party_controls h3'),
			startItem: 1,
			onWalk: function(currentItem,currentHandle){				
				this.handles.removeClass('led3_x');
				currentHandle.addClass('led3_x');
			},
			fxOptions: {
				duration: 1000,
				transition: Fx.Transitions.Cubic.easeInOut,
				wait: false
			}

		});

