#Tooltip{width:160px;color:#fff;position:absolute;top:0;left:0;text-decoration:none;text-align:left;z-index:1000;overflow:hidden}
 
#Tooltip iframe{position:absolute;top:0;left:0;z-index:-1;font-size:90px;width:160px;height:500px}
 
#Tooltip span.top{
	display:block;
	padding:5px 10px 0 10px;
	width:145px;
	background-image: url(img/bubble-trans.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
 
#Tooltip span.bottom{display:block;height:15px;color:#000;width:160px;background:url(img/bubble-trans.gif) no-repeat left bottom}

