#newsticker-demo {
	width:210px;
	height: 200px;
	text-align:center;
	overflow:hidden;
	
}
#newsticker-demo .title {
	font-size:16px;
	font-weight:bold;   
	background-repeat:no-repeat;
	background-position:left;
	padding-left:5px;
	text-align:center;
	width:200px;
	
	
	
}
#newsticker-demo p {
	margin:0px;
	padding: 5px 5px 0px 10px;
	color:#3F2424;
	 
	
}
#newsticker-demo ul {}
#newsticker-demo li {
	list-style:none;
	display:block;
	padding:10px 0px 10px 0px;
	border-bottom: 5px solid #FFF;
	border-top: 5px solid #FFF;
	font-family:Calibri;
	font-size:12px;
	background-image:url(../images/chk.jpg);
	background-color:#DBA276; 
	
}
#newsticker-demo li a {
	color:#FC0;
}
.prv {
	outline:none;
	cursor:pointer;
	margin-left:180px;
	vertical-align: bottom;
}
.next {
	outline:none;
	cursor:pointer;
	margin-left:180px;
	vertical-align: top;
}