#wrapp {
	float:right;
	width: 533px;
	text-align: left;
	font-family: Arial, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 12px; 
	color:#fff;

}
#wrapp ul li{list-style: none; }
/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */

width: 530px; 
height: 25px; 
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;

top: 5px;
width: 525px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 533px;
font: 14px Verdana;
list-style-type: none;
margin: 0;
padding: 0;


}
ul.newsticker li {
margin: 0;
padding: 0;
margin-right:20px;
}
.news_line {width:100%;white-space: nowrap;}

