/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
width: 627px;
padding-top: 1px;
overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
width: 2000px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
list-style-type: none;
list-style-image: url('../images/li-scrolling-arrow.png');
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin-right: 45px;
padding-left: 30px;
}
ul.newsticker a {
white-space: nowrap;
color: #9B936B; /*#8c8569;*/
text-decoration: none;
font-weight: normal;
}
ul.newsticker a b {
	font-weight: bold !important;
	color: #938c78 !important;
}
ul.newsticker span {
margin: 0 5px 0 0;
color: #726c4e;
font-weight: normal;
}
