/* CSS Document */
div.ticker {
	margin: 0px;
	width: 475px;
	position: relative;
	overflow: hidden;
	border: none;
}

div.ticker strong a {
		color:#009966;
}

div.ticker ul {
	height: 1.6em;
}

div.ticker ul li {
	float: left;
	display: inline;
	clear: both;
	text-align: left;
	list-style-type: none;
	position: relative;
	line-height: 1.6em;
	margin-bottom: -1.6em;
}


div#longitudinally ul li,
div#fade ul li {
	left: 10px;
}


.info_bg {
	padding:4px 0 5px 85px;
	background:url(../images/top/ticker_bg.gif) 0 0 no-repeat;
	margin-bottom: 10px;
}
