window.addEvent('domready', function() {
		
		 var nS4 = new noobSlide({
			box: $('kayan_haber'),
			items: $$('#kayan_haber div'),
			size: 741,
			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');
			}
		});
		//
		/*var nS4 = new noobSlide({
			mode: 'vertical',
			box: $('kampanyam'),
			items: $$('#kampanyam div'),
			size: 76,
			//handles: $$('#bolum li'),
			buttons: {previous: $('yukari'), next: $('asagi') },
			autoPlay: true,
			fxOptions: {
				duration: 750,
				transition: Fx.Transitions.Back.easeOut,
				wait: false
			},
			handle_event: 'mouseenter',
			onWalk: function(currentItem,currentHandle){
				
			}
		}); */
		
									 });
