#newsticker {
	width:200px;
	height: 225px;
	font-style:italic;
	overflow:hidden;
	margin:80px 0 0 100px;	
}
#newsticker ul {}
#newsticker li {
	list-style:none;
	display:block;
	padding:7px 0px;
	height:40px;
	font-family: Arial;
	font-size:11px;
	color:#797878;
}
#newsticker li a {
	color:#797878;
}
.previous {
	outline:none;
	cursor:pointer;
	margin-left:145px;
	vertical-align: bottom;
}
.next {
	outline:none;
	cursor:pointer;
	margin-left:145px;
	vertical-align: top;
}