ul#ticker {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 420px;
	height: 120px;
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	line-height:20px;
}

ul#ticker li {
	width: 420px;
	height: 120px;
}
#ticker li a span {
	font-style: italic;
	text-align: right;
	display: block;
}


ul#ticker li a {
	color: #666;
	display: block;
	text-decoration: none;
}
ul#ticker li a:hover {
	text-decoration: underline;
	color: #000;
}
