
.tickercontainer { 
  border        : 0px solid #000;
  background    : #ffffff; 
  margin        : 0; 
  padding       : 0;
  overflow      : hidden; 
 }
 
.tickercontainer .mask { 
  position      : relative;
  left          : 0px;
  top           : 5px;
  overflow      : hidden;
 }
 
ul.newsticker {
  position        : relative;
  left            : 750px;
  list-style-type : none;
  margin          : 0;
  padding         : 0;
  font-family     : Arial, Helvetica, sans-serif;
  font-size       : 12px;
  text-decoration : none;
  color           : #00687A;
}

ul.newsticker li {
  float           : left; 
  margin          : 0;
  padding         : 0;
  background      : #ffffff;
  z-index         : 0;
}

ul.newsticker a {
  white-space     : nowrap;
  padding         : 0;
  font-family     : Arial, Helvetica, sans-serif;
  font-size       : 12px;
  text-decoration : none;
  color           : #00687A;
  margin          : 0 80px 0 0;
}
