#marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#marquee h3 {
  background: #FFF;
  float: left;
  height: 20px;
  border: 1px solid green;
  border-right: none;
  padding: 0 20px;
  margin: 0;
  font: bold 1em/20px Arial;
  z-index: 10;
}

#marqueeField {
  background: #EDEDFF;
  height: 20px;
  line-height: 20px;
  border: 1px solid green;
  border-left: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#marqueeText {
  position: absolute;
  left: 110%;
  white-space: nowrap;
  z-index: 1;
  display: block;
  height: 20px;
  line-height: 20px;
}

#marqueeText a.odd {
  color: #0A5;
}
#marqueeText a.even {
  color: #5A0;
}

