@charset "utf-8";
/* CSS Document */

#NewsVertical {
	width: 228px;
	height: 300px;
	display: block;
	overflow: hidden;
	position: relative;
}
#TickerVertical {
	width: 228px;
	height: 300px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#TickerVertical li {
	display: block;
	width: 228px;
	height: 150px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	float: left;
	cursor:pointer;
}

