var isStopped = false;
$(function turnPageNumber(page, btnId) {
	$('.tbtNumber').css("background-image", "url('/images/index/btn_up.png')");
	$('#' + btnId).css("background-image", "url('/images/index/btn_down.png')");
	$('.divAutoPlay').css('display', 'block');
});
$(function() {
	if ($.browser.msie && $.browser.version == 8) {
		$('.hboxMangoTop').css('margin-bottom', '4%');
	}
	if ($.browser.msie && $.browser.version < 8) {
		$('.hboxContact').css('margin-top', '1.5px');
		$('.hboxNumber').css('margin-top', '2px');
		$('.divDes').css('margin-bottom', '-10.5px');
		$('.divIntro').css('margin-bottom', '-10.5px');
	}
});

