jQuery(document).ready(function() {
	jQuery("input.input_button").hover(function(){
		jQuery("input.input_button").addClass("input_button_hv");
	}); 
	jQuery("input.input_button").mouseout(function(){
		jQuery("input.input_button").removeClass("input_button_hv");
	});  
	jQuery("input.bt_search").hover(function(){
		jQuery("input.bt_search").addClass("bt_search_hv");
	}); 
	jQuery("input.bt_search").mouseout(function(){
		jQuery("input.bt_search").removeClass("bt_search_hv");
	}); 
	jQuery(".gallery_01 .jcarousel-prev-horizontal,.gallery_02 .jcarousel-prev-horizontal").hover(function(){
		jQuery(".gallery_01 .jcarousel-prev-horizontal,.gallery_02 .jcarousel-prev-horizontal").addClass("bt_pre_hv");
	}); 
	jQuery(".gallery_01 .jcarousel-prev-horizontal,.gallery_02 .jcarousel-prev-horizontal").mouseout(function(){
		jQuery(".gallery_01 .jcarousel-prev-horizontal,.gallery_02 .jcarousel-prev-horizontal").removeClass("bt_pre_hv");
	});  
	jQuery(".gallery_01 .jcarousel-next-horizontal,.gallery_02 .jcarousel-next-horizontal").hover(function(){
		jQuery(".gallery_01 .jcarousel-next-horizontal,.gallery_02 .jcarousel-next-horizontal").addClass("bt_next_hv");
	}); 
	jQuery(".gallery_01 .jcarousel-next-horizontal,.gallery_02 .jcarousel-next-horizontal").mouseout(function(){
		jQuery(".gallery_01 .jcarousel-next-horizontal,.gallery_02 .jcarousel-next-horizontal").removeClass("bt_next_hv");
	}); 
	/* jQuery(".frame_img a").hover(function(){
		jQuery(".name_shop").addClass("name_shop_hv").faceIn(slow);
	}); 
	jQuery(".frame_img a").mouseout(function(){
		jQuery(".name_shop").removeClass("name_shop_hv");
	});  */
});

