/* liScroll styles */

div#homebanner div.csc-frame div.csc-textpic-center {
	position: relative;
}

div#homebanner div.csc-frame div.csc-textpic-center div.csc-textpic-text {
	position: absolute;
	top: 100px;
	left: 0px;
}

.tickercontainer { /* the outer div with the black border */
border: 1px solid #fff;
background: #fff; 
width: 263px; 
height: 20px; 
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: 10px;
top: 2px;
width: 243px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 240px;
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: 0;
background: #fff;
white-space: nowrap;
}
ul.newsticker b {
margin: 0 10px 0 10px;
} 
ul.newsticker li.last {
	display: none;
}