@charset "utf-8";
/* CSS Document */
    /* tooltip styling. by default the element to be styled is .tooltip  */
  .tooltip {
    display:none;
    background:transparent url(black_arrow.png);
    font-size:16px;
    height:70px;
    width:160px;
    padding:25px;
    color:#fff;
  }
    /* style the trigger elements */
  #demo img {
    border:0;
    cursor:pointer;
    margin:0 1px;
  }
