
/* tooltip styling. uses a background image (a black box with an arrow) */
#tooltip {
	background: transparent url(black_arrow_small.png) no-repeat scroll 0 0;
	font-size:13px;
	height:125px;
	padding:25px;
	width:250px;
	display:none;
	color:#33CCFF;
	text-align:justify;
	text-indent: 0px;
	font-family:"Comic Sans MS", cursive;
}


#trigger {
}