jq(function(){
		jq('.web_pro_list_block').hover(
			 function () {
			jq(this).find('.div_hint').stop(true, true).animate({
   
				bottom: -2
			//	display:'block'
			  }, 500, function() {
				// Animation complete.
			  });
			 },
			 function () {
			jq(this).find('.div_hint').animate({
												   	bottom:-42
												   });
			 })		
	});
	
jq(function(){
	jq('.web_pro_list_block02').hover(
		 function () {
		jq(this).find('.div_hint02').stop(true, true).animate({

			bottom: -2
		//	display:'block'
		  }, 500, function() {
			// Animation complete.
		  });
		 },
		 function () {
		jq(this).find('.div_hint02').animate({
											   	bottom:-42
											   });
		 })		
});

	
	
jq(function(){
	jq('.web_pro_list_block').hover(
		 function () {
		jq(this).find('.div_hint01').stop(true, true).animate({

			top:0
		//	display:'block'
		  }, 500, function() {
			// Animation complete.
		  });
		 },
		 function () {
		jq(this).find('.div_hint01').animate({
											   	top:-62
											   });
		 })		
});
