.tip-hengqian {
	z-index:20;
	text-align:left;
	min-width:50px;
	max-width:530px;
	background-color:#fff;
    box-shadow: #b9b9b9 1px 1px 20px;
	/*background-image:url(tip-hengqian.png);*/ /* bgImageFrameSize >= 10 should work fine */
	/**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.tip-hengqian .tip-inner {
	/*margin-top:-2px;
	padding:0 3px 1px 3px;*/
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-hengqian .tip-arrow-top {
	margin-top:-5px;
	margin-left:15px;
	top:0;
	left:0;
	width:14px;
	height:9px;
	background:url(tip-hengqian_arrows.png) no-repeat;
}
.tip-hengqian .tip-arrow-right {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-4px;
	top:50%;
	left:100%;
	width:9px;
	height:14px;
	background:url(tip-hengqian_arrows.png) no-repeat -16px 0;
}
.tip-hengqian .tip-arrow-bottom {
	margin-top:-4px;
	margin-left:15px;
	top:100%;
	left:0;
	width:14px;
	height:9px;
	background:url(tip-hengqian_arrows.png) no-repeat -32px 0;
}
.tip-hengqian .tip-arrow-left {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-6px;
	top:50%;
	left:0;
	width:9px;
	height:14px;
	background:url(tip-hengqian_arrows.png) no-repeat -48px 0;
}



/* hengqian setting */
.tip-hengqian .tip-arrow-topleft {
	margin-top:0px;
	margin-left:15px;
	top:100%;
	left:0;
	width:14px;
	height:9px;
	background:url(tip-hengqian_arrows.png) no-repeat -32px 0;
}
.tip-hengqian .tip-arrow-topright {
	margin-top:0px;
	margin-right:15px;
	top:100%;
	right:0;
	width:14px;
	height:9px;
	background:url(tip-hengqian_arrows.png) no-repeat -32px 0;
}
.tip-hengqian .tip-arrow-bottomleft {
	margin-top:-9px;
	margin-left:15px;
	top:0;
	left:0;
	width:14px;
	height:9px;
	background:url(tip-hengqian_arrows.png) no-repeat;
}
.tip-hengqian .tip-arrow-bottomright {
	margin-top:-9px; /* approx. half the height to center it */
	margin-right:15px;
	top:0;
	right:0;
	width:14px;
	height:9px;
	background:url(tip-hengqian_arrows.png) no-repeat;
}