#NewsTicker {
	position: relative;
	margin-bottom: 1em;
	min-height: 4em;
	overflow: hidden;
}

#NewsTickerNoJS {
	list-style: disc;
	margin-bottom: 12px;
}

#NewsTickerNoJS li {
	margin-left: 14px;
}

.NewsTickerMsg {
  position: absolute;
  height: 4em;
	margin-bottom: 1em;
}


