jQuery.noConflict();
(function($) {
$(function(){
			
				$(".search1_fukidashi1").mouseover(function(){
															$("#carclass_mihon_tooltip1").fadeIn("slow")
													 });
				
				$(".search1_fukidashi1").mouseout(function(){
															$("#carclass_mihon_tooltip1").fadeOut("slow");	
													 });
				
				$(".search1_fukidashi2").mouseover(function(){
															$("#carclass_mihon_tooltip2").fadeIn("slow")
													 });
				
				$(".search1_fukidashi2").mouseout(function(){
															$("#carclass_mihon_tooltip2").fadeOut("slow");	
													 });
				
				$(".search1_fukidashi3").mouseover(function(){
															$("#carclass_mihon_tooltip3").fadeIn("slow")
													 });
				
				$(".search1_fukidashi3").mouseout(function(){
															$("#carclass_mihon_tooltip3").fadeOut("slow");	
													 });
				
	});
})(jQuery);
