a.sqsbchart {
  position:relative;
  text-decoration: none;
}

a.sqsbchart img {
  display: none;
}

a.sqsbchart:hover img {
  display: block;
  position: absolute;
  border: 1px solid #000;
  background-color: #ffe;
  color: #000;
  font-family: Arial, "Arial MT", "MS Sans Serif", sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.3em;
  text-align: center;
  display: block;
  padding: 3px;
  margin: 20px;
  top: 0px;
  left: -200px;
  z-index: 100;

}

a.sqsbchart:active {
  border-style: none;
  -moz-outline-style: none;

}

a.sqsbchart:active span {
  border-style: none;
  -moz-outline-style: none;

}



