$(function(){

$('#change_4 .a_bigImg img').soChange({
		thumbObj:'#change_4 .ul_change_a1 img',//µ¼º½Í¼±ê
		botLast:'#change_4 .a_last',
		botNext:'#change_4 .a_next'
	});

// navbar style
$(".tc li").hover(
  function () {
    $(this).addClass("navbar_td_copy");
  },
  function () {
    $(this).removeClass("navbar_td_copy");
  }
);

$(".item").hover(function(){
	$(this).find("ol").show();
},function(){
	$("ol",this).hide();
});

$(".pro").hover(
  function () {
    $(this).addClass("cort_red");
  },
  function () {
    $(this).removeClass("cort_red");
  }
);

$(".pro_img img").hover(
  function () {
    $(this).css("borderColor","#000");
  },
  function () {
    $(this).css("borderColor","#ccc");;
  }
);
$(".navbar td").hover(
  function () {
    $(this).css("backgroundColor","#000");
	$(this).addClass("navbar_td");
  },
  function () {
    $(this).css("backgroundColor","#fff");
	$(this).removeClass("navbar_td");
  }
);

$(".pro_name font").hover(
  function () {
    $(this).css({ color: "#fff", backgroundColor: "#000" });
  },
  function () {
    $(this).css({ color: "#000", backgroundColor: "#fff" });
  }
);

$(".navbar td").hover(
  function () {
    $(this).css("backgroundColor","#0E72F7");
	$(this).addClass("navbar_td");
  },
  function () {
    $(this).css("backgroundColor","#fff");
	$(this).removeClass("navbar_td");
  }
);
$("dd").hide();  
		$("dt a").click(function(){
			$("dd:visible").slideUp("slow");
			$(this).parent().next().slideDown("slow");
			return false;
		});
		

$(".item1").hover(function(){
	$(this).css("backgroundColor","#FF8800");
	$(this).find("ol").slideDown("fast");
},function(){
	$(this).css("backgroundColor","transparent");
	$("ol",this).slideUp("fast");
});


$(".anclass").hover(
  function () {
    $(this).css("background","url(image/anclassbg.png) no-repeat 1px -34px");
  },
  function () {
    $(this).css("background","url(image/anclassbg.png) no-repeat top center");/* this url is ********/
  }
);
$(".anclass font").hover(
  function () {
    $(this).css({ color: "#fff", backgroundColor: "#000" });
  },
  function () {
    $(this).css({ color: "#000", backgroundColor: "#fff" });
  }
);

$(".nclass").hover(
  function () {
    $(this).css("backgroundColor","ff8800");
  },
  function () {
    $(this).css("background","ffffff");/* this url is ********/
  }
);
$(".nclass2").hover(
  function () {
    $(this).css("backgroundColor","fff");
  },
  function () {
    $(this).css("background","ffff00");/* this url is ********/
  }
);
$(".thumbImage").hover(
  function () {
    $(this).css("border","2px solid #fda200");
  },
  function () {
    $(this).css("border","2px solid #fefed6");/* this url is ********/
  }
);

$(".item1").hover(function(){
	$(this).css("background","url(image/navbar_bg.jpg) no-repeat top center");
	$(this).find("div").show();
	$(this).find("a(:eq(0))").css("color","#000").end();
},function(){
	$(this).css("background","none");
	$("div",this).hide();
	$(this).find("a(:eq(0))").css("color","#fff").end();
});
$(".tc1 font").hover(
  function () {
    $(this).css({ color: "#fff", backgroundColor: "#FD0100" });
  },
  function () {
    $(this).css({ color: "#000", backgroundColor: "#fff" });
  }
);
$(".tc1 font").hover(
  function () {
    $(this).css({ color: "#fff", backgroundColor: "#FD0100" });
  },
  function () {
    $(this).css({ color: "#000", backgroundColor: "#fff" });
  }
);

	});
