.tickercontainer {
  width: 720px;
  height: 27px;
  margin: 1px 0px 0px 0px;
  padding: 0;
  overflow: hidden;
  float: left;
}

.tickercontainer .mask {
  position: relative;
  top: 2px;
  height: 25px;
  overflow: hidden;
  line-height: 23px;
}

ul.newsticker {
  position: relative;
  font: bold 12px Verdana;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 23px;
}

ul.newsticker li {
  float: left; /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  margin-left: 20px;
  display: block;
}

ul.newsticker a {
  white-space: nowrap;
  padding: 0;
  color: #ff0000;
  font: bold 13px Verdana;
  margin: 0 50px 0 0;
}

ul.newsticker span { margin: 0; }

#eTControls {
  height: 27px;
  margin-top: 5px;
  margin-left: 5px;
  float: left;
  display: block;
  width: 40px;
}

#eTControls a {
  float: left;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 2px;
  text-indent: -9999px;
}

#eTControls a.play {
  background-image: url('images/controls.png');
  background-position: 48px 16px;
}

#eTControls a.stop {
  background-image: url('images/controls.png');
  background-position: 32px 16px;
}