@charset "utf-8";
/* CSS Document */

div#newsTickerContainer {
	position: relative;
	width: 140px;
	height: 196px;
	overflow: hidden;
	border:none;
}

ul#newsTicker {
	font-size: 90%;
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#newsTicker li {
	display: block;
	padding: 0px 0px 0px 0px;
}

ul#newsTicker li#finalNode {
	display: block;
	padding: 0px 0px 0px 0px;
}

ul#newsTicker h3 {
	margin: 10px 0 5px 0;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

ul#newsTicker li {
	margin: 10px 0 5px 0;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.readmore {
	text-align: right;
	padding: 5px;
	background: transparent url(images/readmore_bg.gif) no-repeat center right;
}