$(document).ready(function(){
	aero_tabs(
		$('.shop_item_specs>li>a'),
		$('#shop_item_specs').children('.shop_item_tab'), true
	);
	aero_tabs(
			$('.shop_product_category>li>a'),
			$('#shop_product_category>div'), true
	);
//
//	aero_tabs(
//		$('ul.company_inform>li>a'),
//		$('.company_tab_switching'), true
//	);
//
//	aero_tabs(
//		$('ul.item_specifications>li>a'),
//		$('.spec_tab_switching'), true
//	);
});
