#newsticker-demo {
	width:600px;
	overflow:hidden;
}

#newsticker-demo ul {
	margin:0px;
	padding:0px;
}
	
#newsticker-demo li {
	list-style:none;	
	width:190px;
	float:left;
	height:500px;
	margin:0px 15px 0px 0px;
}

.previous {
	outline:none;
	cursor:pointer;
}
.next {
	outline:none;
	cursor:pointer;
	margin-left:10px;
}