/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */
      xwidth: 1000px;
      margin: 0;
      padding: 0;
      overflow:hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
      position: relative;
      left: 0px;
      top: 0px;
      xwidth: 995px;
      overflow: hidden;
       height : 1.2em ;
}
ul.newsticker { /* that's your list */
      position: relative;
      left: 995px;
      list-style-type: square;
      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: 0;
}
ul.newsticker span {
      margin: 0 40px 0 0;
}

ul#newslist {
	color : #FFFFFF ;
	font-size : 12px ;
	font-weight : normal ;
}

ul#newslist2 {
	color : #FFFFFF ;
	font-size : 12px ;
	font-weight : normal ;
}

a#openlist {
	xcolor : #FFFFFF ;
	padding-left : 890px ;
	white-space:nowrap ;
}
