/*jQuery bubble*/
.bubbleInfo {
	margin: 0px auto;
	padding: 0;
	width: 100px;
	list-style: none;
	position: relative;
}
span.bubbleInfo .popup {
	background: url(../img/mapanui_bubble.png) no-repeat;
	width: 228px;
	height: 104px;
	padding: 0;
	color: #fff;
	font-size: 1em;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 50;
	display: none;
}
span.bubbleInfo .popup em{
	width: 190px;
	height: 90px;
	padding: 5px 5px 5px 10px;
	color: #fff;
	font-size: 0.9em;
	display: block;
}		
span.bubbleInfo .trigger {
	cursor: help;
	border-bottom: 1px dotted #666;
}