#newsticker-demo { 
	width: 310px; 
	margin: 0px;
	clear: both;
}

.newsticker-jcarousellite {
	width:300px;
}

.newsticker-jcarousellite ul li {
	list-style: none;
	display: block;
	padding-bottom: 1px;
	margin-bottom: 5px;
}

.newsticker-jcarousellite .info {
	float: right;
	width: 190px;
}

.clear {
	clear: both;
}

div.jCarouselNext {
	width: 29px;
	height: 27px;
	cursor: pointer;
	float: left;
	margin: 11px 0px 0px 5px;
	background: url("../images/butNext.png") no-repeat;
}

div.jCarouselPrev {
	width: 29px;
	height: 27px;
	cursor: pointer;
	float: left;
	margin: 11px 0px 0px 5px;
	background: url("../images/butPrev.png") no-repeat;
}