
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 140px;
	padding: 0px;
	height: 71px;
	opacity: 0.8;
	background: url('bubble.png');
	text-align: center;
	
}
#tooltip.pretty h3 {
	margin-bottom: 5px;
	font-size: 13px;
	width: 140px;
	text-align: center;
}
#tooltip.pretty div { width: 140px; text-align: center; }

#tooltip.fancy {
	background: url('bubble.png');
		background-repeat: no-repeat;
	padding-top: 10px;
	height: 71px;
	text-align: center;
	font-size: 12px;
}
#tooltip.fancy.viewport-right {
	background: url('bubble.png');
}


#fancy2 { float: right; }