	var arr = ["sec","st","sec","third"];
	var top_po = ["0px","23px","35px","23px"];
	var left_po = ["0px","315px","375px","-55px"];
	var wid = ["800px","518px","480px","518px"];
	var h =["280px","231px","192px","231px"];
	var len = 0;
	
	function objectFn(c)
	{
		if(c==0)
		{
			$("#imgshow div:eq(0)").removeClass().css("z-index","3").addClass(arr[1]).animate({top:top_po[0],left:left_po[0],height:h[0],width:wid[0],backgroundColor:'#e4bf21'});
			$("#imgshow div:eq(1)").removeClass().css("z-index","2").addClass(arr[2]).animate({top:top_po[1],left:left_po[1],height:h[1],width:wid[1],backgroundColor:'#cccccc'});
			$("#imgshow div:eq(2)").removeClass().css("z-index","1").addClass(arr[3]).animate({top:top_po[2],left:left_po[2],height:h[2],width:wid[2],backgroundColor:'#cccccc'});
			$("#imgshow div:eq(3)").removeClass().css("z-index","2").addClass(arr[0]).animate({top:top_po[3],left:left_po[3],height:h[3],width:wid[3],backgroundColor:'#cccccc'});
		}
		else if (c==1)
		{
			$("#imgshow div:eq(1)").removeClass().css("z-index","3").addClass(arr[1]).animate({top:top_po[0],left:left_po[0],height:h[0],width:wid[0],backgroundColor:'#e4bf21'});
		$("#imgshow div:eq(2)").removeClass().css("z-index","2").addClass(arr[2]).animate({top:top_po[1],left:left_po[1],height:h[1],width:wid[1],backgroundColor:'#cccccc'});
		$("#imgshow div:eq(3)").removeClass().css("z-index","1").addClass(arr[3]).animate({top:top_po[2],left:left_po[2],height:h[2],width:wid[2],backgroundColor:'#cccccc'});
		$("#imgshow div:eq(0)").removeClass().css("z-index","2").addClass(arr[0]).animate({top:top_po[3],left:left_po[3],height:h[3],width:wid[3],backgroundColor:'#cccccc'});
		}
		else if (c==2)
		{
			$("#imgshow div:eq(2)").removeClass().css("z-index","3").addClass(arr[1]).animate({top:top_po[0],left:left_po[0],height:h[0],width:wid[0],backgroundColor:'#e4bf21'});
			$("#imgshow div:eq(3)").removeClass().css("z-index","2").addClass(arr[2]).animate({top:top_po[1],left:left_po[1],height:h[1],width:wid[1],backgroundColor:'#cccccc'});
			$("#imgshow div:eq(0)").removeClass().css("z-index","1").addClass(arr[3]).animate({top:top_po[2],left:left_po[2],height:h[2],width:wid[2],backgroundColor:'#cccccc'});
			$("#imgshow div:eq(1)").removeClass().css("z-index","2").addClass(arr[0]).animate({top:top_po[3],left:left_po[3],height:h[3],width:wid[3],backgroundColor:'#cccccc'});
		}
		else
		{
			$("#imgshow div:eq(3)").removeClass().css("z-index","3").addClass(arr[1]).animate({top:top_po[0],left:left_po[0],height:h[0],width:wid[0],backgroundColor:'#e4bf21'});
			$("#imgshow div:eq(0)").removeClass().css("z-index","2").addClass(arr[2]).animate({top:top_po[1],left:left_po[1],height:h[1],width:wid[1],backgroundColor:'#cccccc'});
			$("#imgshow div:eq(1)").removeClass().css("z-index","1").addClass(arr[3]).animate({top:top_po[2],left:left_po[2],height:h[2],width:wid[2],backgroundColor:'#cccccc'});
			$("#imgshow div:eq(2)").removeClass().css("z-index","2").addClass(arr[0]).animate({top:top_po[3],left:left_po[3],height:h[3],width:wid[3],backgroundColor:'#cccccc'});
		}
	}
	
	
	function xMove(e){
		len	= $(e).prevAll().length;
		objectFn(len);
		clearInterval(yy);
		$.autoFn2(obj_imgChange2, 10);
		return false;
	}
