$(document).ready(function()
{
  $("div.implant01").mouseover(function ()
  {
    $(this).addClass("implant02");
  });

  $("div.implant01").mouseout(function ()
  {
    $(this).removeClass("implant02");
  });
});
$(document).ready(function(){
						   
	$(".pane-list").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});

});			


$(document).ready(function()
{
  $("div.esthe01").mouseover(function ()
  {
    $(this).addClass("esthe02");
  });

  $("div.esthe01").mouseout(function ()
  {
    $(this).removeClass("esthe02");
  });
});
$(document).ready(function(){
						   
	$(".pane-list").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});

});			