/* liScroll styles */

.tickercontainer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: 36px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.tickercontainer .mask {
    height: 36px;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 2200px;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	list-style-type: none;
	margin: 0;
	padding: 0;

}