// JavaScript Document
$(function() {
	var cssArr = new Array('#body','div.header_top_right', 'ul.header_menu li', 'ul.header_menu li.hm_active', 'div.about_box', 'div#main_content', 'div.sh_box_sub', 'div.sh_box_content', 'span.show_all', 'div.mb_group_attraction', 'div.tour_banner', 'div.tour_item_img', 'div.tour_price', 'span.tour_more', 'span.hl_item_book', 'div.guide_banner',  'ul.cabin_tab span', 'div.td_book_blue', 'ul.header_menu li', 'div.sh_box', 'span.sh_book', 'div.tp_item_price', 'div.charter_box', 'div.mb_group', 'span.mb_more', 'div.sh_box_sub', 'div.sh_box_bar', 'div.footer', 'ul.att_box_list li', 'span.td_charter', 'div.td_tab', 'ul.td_tab span', 'span.ct_submit', 'div.tbook_submit', 'div.tbook_back', 'div.tb_arrival', 'div.tb_update', 'div.tb_plan1','div.tb_plan2', 'div.tb_plan', 'div.map_note');
		if (window.PIE) {
			for(var r in cssArr){
			$(cssArr[r]).each(function() {
			PIE.attach(this);
			});
		}
	}
});
$(function() {
	if ($.browser.msie && $.browser.msie < 8) {
       var zIndexNumber = 1000;
       // Put your target element(s) in the selector below!
       $("li").each(function() {
               $(this).css('zIndex', zIndexNumber);
               zIndexNumber -= 10;
       });
	}
});
