#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #F1F1F1;
	background-color: #FFF;
	overflow:hidden;
	width:275px;
}

#tooltip img { width:275px; -ms-interpolation-mode: bicubic; }

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