#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0px 0px 5px 0px; }

#tooltip.pretty {
	font-family: Arial;
	text-align:center;
	border: none;
	width: 460px;
	padding:20px;
	height: 350px;
	background: url('photoTooltip.png');
	background-repeat: no-repeat;
}

#tooltip.pretty h3 {
	font-size: 12pt;
	text-align: center;
}

#tooltip.pretty div { 
	text-align: center;
}

#tooltip.fancy {
	background: url('shadow2.png');
	padding-top: 5em;
	height: 100px;
}
