window.addEvent('domready', function() {
		var nS4 = new noobSlide({
			mode: 'vertical',
			box: $('box4'),
			items: $$('#box4 div'),
			size: 235,
			handles: $$('#bolum li'),
			autoPlay: true,
			fxOptions: {
				duration: 750,
				transition: Fx.Transitions.Back.easeOut,
				wait: false
			},
			handle_event: 'mouseenter',
			onWalk: function(currentItem,currentHandle){
				//$('info4').set('html',currentItem.getFirst().innerHTML);
				this.handles.removeClass('active');
				currentHandle.addClass('active');
			}
		});
		// kayan kısım
		var handles8_more = $$('#handles8_more span');
		var nS8 = new noobSlide({
		//mode: 'vertical',
			box: $('box8'),
			items: $$('#box8 div'),
			size: 693,
			autoPlay: true,
			fxOptions: {
				duration: 1000,
				transition: Fx.Transitions.Circ.easeInOut,
				wait: false
			},
			autoPlay: true,
			//handles: $$('#handles8 span'),
			addButtons: {previous: $('sag'), next: $('sol') },
			onWalk: function(currentItem,currentHandle){
				//style for handles
				$$(this.handles,handles8_more).removeClass('active');
				$$(currentHandle,handles8_more[this.currentIndex]).addClass('active');
				
			}
		});
									 });
