#NewsHorizontal {
	width: 630px;
	height: 2.5em;
	display: block;
	overflow: hidden;
	position: relative;

}
#TickerHorizontal {
	width: 630px;
	height: 2.5em;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;

}
#TickerHorizontal li {
	display: block;
	width: 630px;
	height: 2.5em;
	line-height: 1em;
	color: #339;
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
}


#NewsVertical {
	width: 200px;
	height: 500px;
	display: block;
	overflow: hidden;
	position: relative;

}
#TickerVertical {
	width: 300px;
	height: 200px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;

}
#TickerVertical li {
	display: block;
	width: 200px;
	height: 100px;
	line-height: 100px;
	color: #fff;
	text-align: center;
	font-size: 72px;
	margin: 0;
	padding: 0;
	float: left;
}