#newsticker-demo {
	width:270px;
	height: 225px;
	font-style:italic;
	overflow:hidden;
	border-top: 1px solid #dddddd;
}
#newsticker-demo .title {
	font-size:12px;
	font-weight:bold;
	padding:5px;
	padding-left:0px;
	font-family:Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS", Tahoma, "Times New Roman";
	text-transform:uppercase;
	color:#cd0004;
}
#newsticker-demo p {
	margin:0px;
	padding: 10px 0px 0px 20px;
	font-family:Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS", Tahoma, "Times New Roman";
	font-style:normal;
	font-size:12px;
	line-height:normal;
}
#newsticker-demo ul {}
#newsticker-demo li {
	list-style:none;
	display:block;
	padding:8px 0px;
	padding-top:0px;
	border-bottom: 1px solid #000000;
	height:55px;
	font-family: Arial;
	font-size:12px;
	background-image:url(../images/bullet01.png);
	background-repeat:no-repeat;
	background-position:5px 23px;
}
#newsticker-demo li a {
	color:#cd0004;
	font-family:Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS", Tahoma, "Times New Roman";
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
}
#newsticker-demo li a:hover {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS", Tahoma, "Times New Roman";
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.previous {
	outline:none;
	cursor:pointer;
	margin-left:135px;
	vertical-align: bottom;
}
.next {
	outline:none;
	cursor:pointer;
	margin-left:135px;
	vertical-align: top;
}