/* --- module: ticker vertical --- */
#newsVertical {
	margin: 9px 0px 0px 0px;
	float: right;
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 504px;
	height: 17px;
}
#newsVertical ul {
	height: 20000em; /* this cannot be too large */
	position:absolute;
	margin: 0px;
	padding: 0px;
}
#newsVertical li {
	list-style: none;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	display: block;
	width: 504px;
}
#newsVertical li a {
	/*float:left; -> needed for horizontal ticker */
	color: #ffffff;
}


