#tooltip {
	position:fixed;
	z-index: 3000;
	/*border: 1px solid #111;
	background-color: #eee;
		padding: 5px;*/
background-image:url(../../img/map/shadow_head.png);
background-repeat:no-repeat;
background-position:left top;
color:#666666;

font-family: Georgia;
font-size: 10px;
padding-left:10px;
	height:140px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; 
background-image:url(../../img/map/shadow_tail.png);
background-repeat:no-repeat;
background-position:right top;
padding-right:12px;
padding-top:8px;
	height:140px;}

