
#NewsTicker {
	border: none;
	width: 585px;
	height: 100px;
	margin: 5px 0px 0px 6px;
	overflow: hidden;
	color: black;
	background: url('../images/ticker_bg_small.jpg');
}

#NewsVertical .headline {
	margin-bottom: 5px;
}


#NewsVertical {
	width: 585px;
	height: 100px;
	display: block;
	overflow: hidden;
	position: relative;
}

#TickerVertical {
	width: 585px;
	height: 100px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#TickerVertical li {
	width: 545px;
	color: #444444;
	text-align: left;
	font-size: 11px;
	margin: 0;
	float: left;
	height: 120px;
	display: inline;
	padding: 13px 10px 0 16px;
}


#NewsTicker a {
	margin: 0;
	border: 0;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
	text-decoration: none;
	color: #94403e;
}