#newsticker-demo {
	overflow:hidden;	
	margin-left :15px; 
	
}
h3 {font-size:20px; color:#281c17;
     letter-spacing:-1px;
      margin:0px;}
h3 span {color:#d62643;}





#newsticker-demo ul {}
#newsticker-demo li {
	list-style:none;
	display:block;
	padding:0px 0px;
	margin-left:20px;
    width  :400px;
	height:50px;
	
	font-family: Arial;
	font-size:12px;
}
#newsticker-demo li a {
	color:blue;
	text-decoration:none;
	
}
#newsticker-demo li a:hover {
	text-decoration:underline;
	
}
.previous {
	outline:none;
   cursor :pointer;
	
	margin-top:30px;
    margin-left:915px;
   border : solid white 0px;
    
}
.next {
	outline:none;
	cursor:pointer;
	float:left;
    margin-top :-60px;
   border : solid white 0px;

}