
	window.addEvent('domready',function(){
			var nS7 = new noobSlide({
			box: $('box7'),
			items: [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],
			size: 421,
			autoPlay: false,
			handles: $$('#thumbs_handles7 span'),
			onWalk: function(currentItem,currentHandle){
				this.handles.removeClass('active');
				currentHandle.addClass('active');
			}
		});

	});
	