@CHARSET "UTF-8";
.tooltip {
	display: none;
	background: transparent url("images/black_arrow.png");
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: white;
}
.tooltip_from_right{
	display: none;
	background: transparent url("images/black_right.png");
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: white;
}
.minitooltip_from_right{
	display: none;
	background: transparent url("images/blackmini_right.png");
	font-size: 12px;
	height: 50px;
	width: 160px;
	padding: 25px;
	color: white;
}