$(document).ready(function(){
	  
	  $('#left01').mouseenter(function () {
        $("#left01").animate({
		    height: "338px"
		    }, 300 );
		$("#left01 .txt").animate({
		    height: "145px"
		    }, 300 ); return false;
      });
	  
	  $('#left01').mouseleave(function () {
        $("#left01").animate({
		    height: "160px"
		    }, 300 );
		$("#left01 .txt").animate({
		    height: "15px"
		    }, 300 ); return false;
      });
	  
	  $('#left02').mouseenter(function () {
        $("#left02").animate({
		    height: "338px"
		    }, 300 );
		$("#left02 .txt").animate({
		    height: "145px"
		    }, 300 ); return false;
      });
	  
	  $('#left02').mouseleave(function () {
        $("#left02").animate({
		    height: "160px"
		    }, 300 );
		$("#left02 .txt").animate({
		    height: "15px"
		    }, 300 ); return false;
      });
	  
	  $('#left03').mouseenter(function () {
        $("#left03").animate({
		    height: "338px"
		    }, 300 );
		$("#left03 .txt").animate({
		    height: "145px"
		    }, 300 ); return false;
      });
	  
	  $('#left03').mouseleave(function () {
        $("#left03").animate({
		    height: "160px"
		    }, 300 );
		$("#left03 .txt").animate({
		    height: "15px"
		    }, 300 ); return false;
      });
	  
	  $('#left04').mouseenter(function () {
        $("#left04").animate({
		    height: "338px"
		    }, 300 );
		$("#left04 .txt").animate({
		    height: "145px"
		    }, 300 ); return false;
      });
	  
	  $('#left04').mouseleave(function () {
        $("#left04").animate({
		    height: "160px"
		    }, 300 );
		$("#left04 .txt").animate({
		    height: "15px"
		    }, 300 ); return false;
      });
	  
	  $('#center01').mouseenter(function () {
        $("#center01").animate({
		    height: "338px"
		    }, 300 );
		$("#center01 .txt").animate({
		    height: "145px"
		    }, 300 ); return false;
      });
	  
	  $('#center01').mouseleave(function () {
        $("#center01").animate({
		    height: "160px"
		    }, 300 );
		$("#center01 .txt").animate({
		    height: "15px"
		    }, 300 ); return false;
      });
	  
	  $('#center02').mouseenter(function () {
        $("#center02").animate({
		    height: "338px"
		    }, 300 );
		$("#center02 .txt").animate({
		    height: "145px"
		    }, 300 ); return false;
      });
	  
	  $('#center02').mouseleave(function () {
        $("#center02").animate({
		    height: "160px"
		    }, 300 );
		$("#center02 .txt").animate({
		    height: "15px"
		    }, 300 ); return false;
      });
	  
	  $('#center03').mouseenter(function () {
        $("#center03").animate({
		    height: "338px"
		    }, 300 );
		$("#center03 .txt").animate({
		    height: "145px"
		    }, 300 ); return false;
      });
	  
	  $('#center03').mouseleave(function () {
        $("#center03").animate({
		    height: "160px"
		    }, 300 );
		$("#center03 .txt").animate({
		    height: "15px"
		    }, 300 ); return false;
      });
	  
	  $('#center04').mouseenter(function () {
        $("#center04").animate({
		    height: "338px"
		    }, 300 );
		$("#center04 .txt2").animate({
		    height: "145px"
		    }, 300 ); return false;
      });
	  
	  $('#center04').mouseleave(function () {
        $("#center04").animate({
		    height: "160px"
		    }, 300 );
		$("#center04 .txt2").animate({
		    height: "15px"
		    }, 300 ); return false;
      });
	  
	  $('#right01').mouseenter(function () {
        $("#right01").animate({
		    height: "338px"
		    }, 300 );
		$("#right01 .txt").animate({
		    height: "145px"
		    }, 300 ); return false;
      });
	  
	  $('#right01').mouseleave(function () {
        $("#right01").animate({
		    height: "160px"
		    }, 300 );
		$("#right01 .txt").animate({
		    height: "15px"
		    }, 300 ); return false;
      });
	  
	  $('#right02').mouseenter(function () {
        $("#right02").animate({
		    height: "338px"
		    }, 300 );
		$("#right02 .txt").animate({
		    height: "145px"
		    }, 300 ); return false;
      });
	  
	  $('#right02').mouseleave(function () {
        $("#right02").animate({
		    height: "160px"
		    }, 300 );
		$("#right02 .txt").animate({
		    height: "15px"
		    }, 300 ); return false;
      });
	  
	  $('#right03').mouseenter(function () {
        $("#right03").animate({
		    height: "338px"
		    }, 300 );
		$("#right03 .txt").animate({
		    height: "145px"
		    }, 300 ); return false;
      });
	  
	  $('#right03').mouseleave(function () {
        $("#right03").animate({
		    height: "160px"
		    }, 300 );
		$("#right03 .txt").animate({
		    height: "15px"
		    }, 300 ); return false;
      });
	  
});