#newsticker-demo {
	width:202px;
	height:102px;
	overflow:hidden;
}
#newsticker-demo .title {
	font-size:12px;
	font-weight:bold;
	padding:0px;
}
#newsticker-demo p {
	margin:0px;
	padding:0px;
}
#newsticker-demo ul {}
#newsticker-demo li {
	list-style:none;
	display:block;
	padding:0px;
	height:102px;
}
#newsticker-demo li a {
	color:#FFFFFF;
}
.previous {
	outline:none;
	cursor:pointer;
	margin-left:145px;
	vertical-align: bottom;
}
.next {
	outline:none;
	cursor:pointer;
	margin-left:145px;
	vertical-align: top;
}

#newsticker-demo1 {
	width:202px;
	height:102px;
	overflow:hidden;
}
#newsticker-demo1 .title {
	font-size:12px;
	font-weight:bold;
	padding:0px;
}
#newsticker-demo1 p {
	margin:0px;
	padding:0px;
}
#newsticker-demo1 ul {}
#newsticker-demo1 li {
	list-style:none;
	display:block;
	padding:0px;
	height:102px;
}
#newsticker-demo li a {
	color:#FFFFFF;
}