#ticker_container
{
	position: relative;
	overflow: hidden;
	width: 210px;
	height: 170px;
	background-color: #E4E5E7;
	background-repeat: repeat;
	padding: 2px;
	border: none;
}
	
#ticker
{
	position: relative;
	width: 210px;
}
	
#ticker ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#ticker ul li
{
	display:list-item;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: Black;
	padding-left: 2px;
}
#ticker ul li a
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #66F;
	text-decoration: none;
	padding-left: 2px;
}
#ticker ul li a:hover
{
	color: Blue;
}
