$(function(){
	$("#enter-button").hover(
		function(){$(this).attr("src","/media/image/Toppage/About-InCul/About-IC-enter_btn_mo.png").css("cursor","pointer")},
		function(){$(this).attr("src","/media/image/Toppage/About-InCul/About-IC-enter_btn.png")}
	);
});


