a.littlebugger {
  display: block;
  position: absolute;
  cursor: url(../images/block-hover.cur), default;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.1s linear;
  width: 114px;
  height: 22px;
  left: 35px;
  top: 33px; }
  a.littlebugger:hover {
    background-color: rgba(255, 255, 255, 0.75); }

a.starfield {
  display: block;
  position: absolute;
  cursor: url(../images/block-hover.cur), default;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.1s linear;
  width: 86px;
  height: 18px;
  left: 35px;
  top: 63px; }
  a.starfield:hover {
    background-color: rgba(255, 255, 255, 0.75); }

a.traffic {
  display: block;
  position: absolute;
  cursor: url(../images/block-hover.cur), default;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.1s linear;
  width: 72px;
  height: 18px;
  left: 35px;
  top: 93px; }
  a.traffic:hover {
    background-color: rgba(255, 255, 255, 0.75); }

a.flixeltemplate {
  display: block;
  position: absolute;
  cursor: url(../images/block-hover.cur), default;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.1s linear;
  width: 128px;
  height: 22px;
  left: 35px;
  top: 157px; }
  a.flixeltemplate:hover {
    background-color: rgba(255, 255, 255, 0.75); }

a.as3syntax {
  display: block;
  position: absolute;
  cursor: url(../images/block-hover.cur), default;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.1s linear;
  width: 198px;
  height: 22px;
  left: 35px;
  top: 187px; }
  a.as3syntax:hover {
    background-color: rgba(255, 255, 255, 0.75); }
