.helpcursor {
  position: relative;
}
.helpcursor .gt-help {
  position: absolute;
  top: 20%;
  width: 120px;
  font-size: 14px;
  line-height: 1.2em;
  height: auto;
  z-index: 99;
}
.helpcursor .gt-help span {
  background: url(../img/arrow-left.png) no-repeat center center;
  height: 28px;
  width: 40px;
  opacity: .5;
  position: absolute;
}
.helpcursor .gt-help.left {
  left: -180px;
  text-align: right;
}
.helpcursor .gt-help.left span {
  right: -50px;
  top: 0px;
}
.helpcursor .gt-help.right {
  right: -180px;
}
.helpcursor .gt-help.right span {
  background: url(../img/arrow-right.png) no-repeat center center;
  left: -50px;
  top: 0px;
}
.helpcursor .gt-help.bottom {
  top: 100%;
  left: 50%;
  margin-left: -60px;
}
.helpcursor .gt-help.bottom span {
  background: url(../img/arrow-bottom.png) no-repeat center center;
  left: -50px;
  top: 0px;
}
.helpcursor .gt-help.top {
  top: -100%;
  left: 50%;
  margin-left: -60px;
}
.helpcursor .gt-help.top span {
  background: url(../img/arrow-top.png) no-repeat center center;
  left: -50px;
  bottom: 0px;
}
