
.webtickers {
    padding-bottom: 10px;
}

.ticker-title {
  font: bold 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 30px;
  width: 100px;
  text-align: right;
  display: inline-block; 
  vertical-align: top;
  line-height: 1.428571428571429;  
  padding-right: 10px;
}

.tickercontainer { /* the outer div with the black border */
  width: 1680px;
  height: 30px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block; 
  vertical-align: top;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  top: 1px;
  height: 30px;
  /*width: 718px;*/
  overflow: hidden;
}
ul.newsticker { /* that's your list */
  position: relative;
  /*left: 750px;*/
  font: bold 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.newsticker li {
  float: left; /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  padding-right: 30px;
  /*background: #fff;*/
}
