/* liScroll styles */

.tickercontainer { 
  /* border: 1px solid #000; */
  background: transparent; 
  width: 926px; 
  /* height: 40px; */ 
  margin: 0 0 1em; 
  padding: 0;
  overflow: hidden; 
}
.tickercontainer .mask { 
  position: relative;
  left: 10px;
  width: 926px;
  overflow: hidden;
}
ul.newsticker { 
  position: relative;
  left: 926px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 160px;
  overflow: hidden;
}
ul.newsticker li {
  float: left; 
  margin: 0 50px 50px 0;
  padding: 0;
  /*
  line-height: 40px;
  height: 40px;
  */
  vertical-align: top;
}
ul.newsticker li img {
  float: left;
  margin-right: 10px;
}
ul.newsticker li div.itemWrap {
  display: inline-block;
  line-height: 1em;
  text-align: left;
  position: rlative;
  top: 0;
  float: left;
  max-width: 200px;
}
ul.newsticker a {
  /* white-space: nowrap; */
  padding: 0;
  font: bold 1em Verdana;
  margin: 0 10px 0 0;
  transition: color 250ms ease-in ;
}
ul.newsticker a:hover,
ul.newsticker a:focus {
  color: #064f86;
} 
ul.newsticker span {
  margin: 0 0 0.2em;
  display: block;
} 