#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	padding: 5px;
	opacity: 0.8;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.fancy {
	font-family: Arial;
	border: none;
	opacity: 0.8;
	width:235px;
	height: 125px;
	padding-left:15px;
	padding-top:50px;

	background-image: url(../img/shadow_t_l.png);
	background-repeat: no-repeat;

}

#tooltip.fancy.viewport-right {
	width:235px;
	height:125px;
	padding-left:15px;
	padding-top:50px;

	background-image: url(../img/shadow_t_r.png);
	background-repeat: no-repeat;
}
#tooltip.fancy.viewport-bottom {
	width:235px;
	height:125px;
	padding-left:15px;
	padding-top:50px;

	background-image: url(../img/shadow_b_l.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#tooltip.fancy.viewport-bottomright {
	width:235px;
	height:125px;
	padding-left:15px;
	padding-top:50px;

	background-image: url(../img/shadow_b_r.png);
	background-repeat: no-repeat;
	background-position: bottom;
}