/*tooltip*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip.pretty {
	font-family: Verdana; font-size:8px;
	border: none; color:#000099; text-align:center;
	width: 180px; padding-top:40px; font-weight:bolder;
	height: 60px; 
	opacity: 0.9;
	background: url('../immagini/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.5em;
	font-size: 8pt;
	text-align: center;
}
#tooltip.pretty div { width: 183px;}
#tooltip.fancy {
	background: url('../immagini/shadow.png');
	height: 60px; vertical-align:middle;

}
#tooltip.fancy.viewport-right {
	background: url('../immagini/shadow-reverse.png');
}