#newsticker-demo {
	width: 440px;
	float: left;
	left: 252px;
	top: 772px;
	height: 393px;
}
#newsticker-demo ul {
	list-style: none; margin: 0; padding: 0;
}
#newsticker-demo ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}
#newsticker-demo ul li div {
	padding: 0 0 20px 0;
	font-size: 11px;
}
#newsticker-demo ul li div b {
	color: #C63;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
