#tooltip {
	position: absolute;
	z-index: 3000;
	opacity: 0.8;
	text-align: center;
	color:#fff;
	font-size: 7px;
}

.tooltip-style {background:url(../img/tooltip.png) no-repeat 0 0;width:130px;height:110px;padding:5px 15px;}
.small-tooltip-style {background:url(../img/tooltip-small.png) no-repeat 0 0;width: 50px;height:50px;padding:0 15px;}


