#newsbar {
	height: auto;
	background-color: #eee;
	color: white;
	width: 100%;
	padding: 0;
	margin: 0;
}

#newsticker {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	margin-bottom: 0;
	color: yellow;
	font-size: 7pt;
	padding: 3px 0;
	overflow: hidden;
	white-space: nowrap;
}

#newsticker a {
	color: #0F0;
	text-decoration: none;
}

#newsticker a:hover {
	color: #FF0;
}

#newsticker .bullet {
	color: #F00;
}

#paused {
	visibility: hidden;
	position: relative;
	top: 15px;
}
