/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	background:transparent no-repeat scroll 0 0;
	height:150px;
	padding-bottom:200px;
	width:150px;
	display:none;
	margin-left:230px;
}

/* tooltip title element (h3) */
div.tooltip h3 {
	margin:0;
	font-size:18px;
	color:#fff;
}