/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
  display:none;
  background:transparent url(/common/twitter/img/black_arrow.png);
  font-size:12px;
  height:130px;
  width:267px;
  padding:10px;
  color:#fff;
  border:0px;
}

/* style the trigger elements */
#demo img {
  cursor:pointer;
}
