#marquee {
  width: 465px;
  border-left: 5px solid #64AEF6;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

#marquee h3 {
  background: darkred;
  border-color: red;
  border-style: solid;
  border-width: 2px 1px 2px 0;
  color: white;
  float: left;
  padding: 0 15px 0 5px;
  margin: 0 0 0 1px;
  height: 35px;
  font: bold 1.67em/35px Arial;
  z-index: 10;
}

#marqueeField {
  background: darkred none top right no-repeat;
  height: 35px;
  line-height: 35px;
  color:white;
  border: 2px solid red;
  border-left: none;
  padding: 0px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#marqueeText {
  position: absolute;
  left: 110%;
  white-space: nowrap;
  z-index: 1;
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 1.67em;
  font-weight: bold;
}

#marqueeText a.odd {
  color: #0071DE;
  color: #fff;
}
#marqueeText a.even {
  color: #2F9DFF;
  color: #fff;
}

