.newsticker {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background: #e58e8a;
	color: #FF1F21;
	cursor: default;
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	line-height: 30.0px;
	padding: 0 5px 0 5px;
	height: 40px;
	position: relative;
	overflow: hidden;
	background-color: #FFFF33;
	width: 770px;
}

.newsticker:hover {
	background-color: #ffff33;
}

.newsticker .newsticker-list {
	position: absolute;
	top: 6px;
	width: auto;
}

.newsticker .newsticker-list .newsticker-item {
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
}
