#newsticker-demo {
	margin:0 auto;
	padding:5px 0;
	width:230px;
	overflow:hidden;
	border-top: 1px solid #aaa;
	border-bottom:1px solid #aaa;
}
#newsticker-demo .title {
	font-size:14px;
	font-weight:bold;
	padding:5px;
}
#newsticker-demo p {
	margin:0px;
	text-indent:0px;
	text-align:left;
}
#newsticker-demo ul {}
#newsticker-demo li {
	list-style:none;
	display:block;
	padding:5px 0px;
	height:150px;
}

#newsticker-demo li h4{color:#06F; height:18px; overflow:hidden;}

#newsticker-demo li p{height:90px; overflow:hidden;}

#newsticker-demo li p span{color:#000; font-weight:bold}

#newsticker-demo ul.proj li{
	list-style:none;
	display:block;
	padding:5px 0px;
}

#newsticker-demo ul.proj li img{
	width:230px;
	height:150px;
}

/*#newsticker-demo li a {
	color:red;
}*/
.previous {
	position:absolute;
	outline:none;
	cursor:pointer;
	margin-top:-15px;
	margin-left:210px;
	vertical-align: bottom;
}
.next {
	position:absolute;
	outline:none;
	cursor:pointer;
	margin-top:-15px;
	margin-left:230px;
	vertical-align: top;
}