#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #9f9f9f;
	background-color: white;
	padding: 10px;
	/*opacity: 0.85;*/
    font-size: 9px;
    color: #666666;
    box-shadow: 0 0 5px #888;
}
#tooltip h3, #tooltip div { margin: 0; }

#tail1 {
    background-image: url("../img/tail.png");
    width: 25px;
    height: 21px;
    position:absolute;
    left: 78px;
    top: 39px;
}
