/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
  /*background-color: black;*/
  /*width: 428px;*/
  /*height: 18px;*/
  padding: 20px 0;
  /*font-size: 14px;*/
  color: black;
  overflow: hidden;
  
  /*top: 9px;*/
  /*left: 12px;*/
  float: left;
  
  list-style-type: none;
  font-size: 11px;
  line-height: 20px;
  
  
  
  width: 940px;

  overflow: hidden;
  height: 60px;
  float: left;
  margin-left: 3px;
  
  z-index: -1;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;


  overflow: hidden;
  
  
  width: 940px;
}

ul.newsticker { /* that's your list */
  position: relative;
  left: 428px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.newsticker li {
  /*
  float: left !important;
  margin: 0;
  padding: 0;
  */
  
  display: inline;
  padding-right: 19px;
}

ul.newsticker li:first-child a {
  color: #ab8350;
}

ul.newsticker li span {
  white-space: nowrap;
  margin-right: 50px;
}
