.tickercontainer { /* the outer div with the black border */
	width: 508px;
	height: 24px;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
	/*background: #FDCE00 url(../images/ticker_bg.gif) repeat-y center top;*/
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 5px;
	top: 0;
	width: 500px;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	left: 520px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #505050;
	line-height: 24px;
	white-space: nowrap;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #505050;
	margin: 0 50px 0 0;
	text-decoration: none;
}

.tickerplus {
  color:#A43466;
}