#NewsHorizontal {
	width: 400px;
	height: 24px;
	display: block;
	overflow: hidden;
	position: relative;

}

#TickerHorizontal {
	width: 400px;
	height: 24px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#TickerHorizontal li {
	display: block;
	width: 400px;
	height: 24px;
	color: #999999;
	text-align: left;
	font-size: 1.0em;
	font-family: Arial;
	margin: 0;
	padding: 4px;
	float: left;
}

.backbar {
	background-image: url(../images/backbar.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center top;
}

#NewsVertical {
	width: 400px;
	height: 24px;
	display: block;
	overflow: hidden;
	position: relative;
}

#TickerVertical {
	width: 400px;
	height: 24px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#TickerVertical li {
	display: block;
	width: 400px;
	height: 24px;
	color: #999999;
	text-align: left;
	font-size: 1.0em;
	margin: 0;
	padding: 4px;
	float: left;
}

