$(function(){
		   

$(".tc li").hover(
  function () {
    $(this).addClass("navbar_td_copy");
  },
  function () {
    $(this).removeClass("navbar_td_copy");
  }
);

$(".item").hover(function(){
	$(this).find("ol").slideDown("fast");
},function(){
	$("ol",this).slideUp("fast");
});

$(".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");;
  }
);

$(".anclass font").hover(
  function () {
    $(this).css({ color: "#fff", backgroundColor: "#000" });
  },
  function () {
    $(this).css({ color: "#000", backgroundColor: "#fff" });
  }
);
$(".pro_name font").hover(
  function () {
    $(this).css({ color: "#fff", backgroundColor: "#000" });
  },
  function () {
    $(this).css({ color: "#000", backgroundColor: "#fff" });
  }
);

$(".navbar td").hover(
  function () {
    $(this).css("background","url(image/navbg.jpg) no-repeat top right");
	
  },
  function () {
    $(this).css("background","none");
	
  }
);

	
$(".pro").hover(
  function () {
    $(this).addClass("cort_red");
  },
  function () {
    $(this).removeClass("cort_red");
  }
);

$(".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 ********/
  }
);


$(".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 ********/
  }
);




$(".pro").hover(
  function () {
    $(this).addClass("cort_red");
  },
  function () {
    $(this).removeClass("cort_red");
  }
);

$(".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 ********/
  }
);


$(".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 ********/
  }
);

$("dd:not(:last)").hide();  
		$("dt a").click(function(){
			$("dd:visible").slideUp("slow");
			$(this).parent().next().slideDown("slow");
			return false;
		});

$('#change_3 .a_bigImg img').soChange({
		thumbObj:'#change_3 .ul_change_a2 span',
		thumbNowClass:'on',
		changeTime:4000

	});




	});
