jQuery.noConflict();

jQuery(document).ready(function($){
$(".block").mouseover(function(){
$(".block1").animate({width:"109px", height:"97px",Cursor:"hand"}, 300);
	  $(".block2").animate({width:"109px",  height:"97px",Cursor:"hand"}, 300);
	  $(".block3").animate({width:"109px",  height:"97px",Cursor:"hand"}, 300);
      $(".block").animate({width: "168px",height:"127px",Cursor:"hand"}, 300 );
	  
	  });
	  $(".block1").mouseover(function(){
	  $(".block").animate({width:"109px",  height:"97px", Cursor:"hand"}, 300);
	  $(".block2").animate({width:"109px",  height:"97px"}, 300);
	  $(".block3").animate({width:"109px",  height:"97px"}, 300);
	  $(".block1").animate({width: "168px",height:"127px"}, 300 );
	   
      
	  });
	  $(".block2").mouseover(function(){
	  $(".block").animate({width:"109px",  height:"97px"}, 300);
	   $(".block1").animate({width:"109px",  height:"97px"}, 300);
	   $(".block3").animate({width:"109px",  height:"97px"}, 300);
	 $(".block2").animate({width: "168px",height:"127px"}, 300 );
	   
      
	  });
	  $(".block3").mouseover(function(){
	   $(".block").animate({width:"109px",  height:"97px"},300);
	    $(".block2").animate({width:"109px",  height:"97px"}, 300);
		 $(".block1").animate({width:"109px",  height:"97px"}, 300);
      
	  $(".block3").animate({width: "168px",height:"127px"},300 );
	  
	  });

});// JavaScript Document