/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(images/tooltip/white_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:black;
	z-index:999;
}

.tooltip_small {
	display:none;
	background:transparent url(images/tooltip/white_arrow_small.png);
	font-size:12px;
	height:38px;
	width:80px;
	padding:10px;
	color:black;
	z-index:999;
}


