			.ui-tooltip {
				
				position: absolute;
				z-index: 9999;
				font: 15px/15px Trajan Pro, serif;
				margin-left: 40px;
				min-width: 160px;
				color: #8b8d8e;
				padding: 10px 5px;
			}
			.ui-tooltip:after {
				content: "";
				position: absolute;
				left: 5px;
				right: 5px;
				top: 5px;
				bottom: 5px;
				border-top: 1px dotted #e8e8e8;
				border-bottom: 1px dotted #e8e8e8;

			}			
			.ui-tooltip, .arrow:after {
				background: #ffffff;

			}
			.arrow {
				width: 44px;
				height: 20px;
				overflow: hidden;
				position: absolute;
				left: 50%;
				margin-left: -35px;
				bottom: -20px;
			}
			.arrow.top {
				top: -16px;
				bottom: auto;
			}
			.arrow.left {
				left: 20%;
			}
			.arrow:after {
				content: "";
				position: absolute;
				background: url('arr_tooltip.png') no-repeat;
				left: 0px;
				top: 0px;
				width: 44px;
				height: 20px;
			}
			.arrow.top:after {
				bottom: -20px;
				top: auto;
			}