	$(function(){
		/*$('.SlideTab').tabSwitch('create',{width: 490, height: 190});
		$('.SlideTab').tabSwitch('startAuto',{interval: 6000});*/
		
		$('.SlideTab2').tabSwitch('create',{type: 'scroll', width: 200, height: 145});
		$('.SlideTab2').tabSwitch('startAuto',{interval: 6000});
		/* $('.tabSelect').click(function(e){
			$('.SlideTab').tabSwitch('moveTo',{index: parseInt($(this).attr("rel"))});
			e.preventDefault();
		}); */ 
		/*$('.Nav').click(function(e){
			$('.SlideTab').tabSwitch('moveStep',{step: parseInt($(this).attr("rel"))});
			e.preventDefault();
		});*/
		
		$('.Nav2').click(function(e){
			$('.SlideTab2').tabSwitch('moveStep',{step: parseInt($(this).attr("rel"))});
			e.preventDefault();
		});
		
	});
