#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	/*opacity: 0.85;*/
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 450px;
	height: 326px;
	padding:25px 25px 25px 28px;
	
	background: url('shadow.png');
	text-align: center;
}

#tooltip  .body {
	height: 325px;
	width: 445px;
	overflow: hidden;
	text-align: center;
}

#tooltip  .body img {max-width: 445px; margin: 0 auto;}
