#newsticker-demo {
    border-top: 0 none;
    height: 225px;
    padding: 1px 3%;
    overflow: hidden;
    width: 94%;
	background:#FCFCFC;
}
#newsticker-demo .title {
	font-size:14px;
	font-weight:bold;
	padding:5px;
}
#newsticker-demo p {
	margin:0px;
	padding: 0;
}
#newsticker-demo ul {}
#newsticker-demo li {
	list-style:none;
	display:block;
	padding:7px 0px;
	border-bottom: 1px solid #dddddd;
	height:150px;
	font-size:12px;
	text-align:justify !important;
}
#newsticker-demo li a {
	color:red;
}
.previous {
	outline:none;
	cursor:pointer;
	margin-left:145px;
	vertical-align: bottom;
}
.next {
	outline:none;
	cursor:pointer;
	margin-left:145px;
	vertical-align: top;
}