#tooltip {
	position: absolute;
	z-index: 3000;
	opacity: 1;
}
.phototooltip {
  background: url('images/tooltip.gif') no-repeat top left;
  width: 190px;
  height: 28px;
  padding: 5px;
  text-align: center;
}
.tagtooltip {
  color: white;
  font-size: 32px;
  padding: 5px 6px 7px 5px;
  background: #8fd62d;
  border-bottom: 1px solid #7ec221; 
  text-transform: capitalize;
}
#tooltip h3, #tooltip div { margin: 0; }

