#newsticker-demo {
	width:100%;
	height: 15px;
	overflow:hidden;
       	direction:rtl;

}
#newsticker-demo .title {
	font-size:13px;
	font-weight:bold;
	padding:5px;
}
#newsticker-demo p {
	margin:0px;
	padding: 10px 0px 0px 20px;
}
#newsticker-demo ul {}
#newsticker-demo li {
	list-style:none;
	display:block;
       padding-top:5px;
        padding-bottom:5px;
	height:15px;
	font-family: Tahoma;
	font-size:11px;

}
#newsticker-demo li a {
	color:#01517C;
	font-size:11px;
	text-decoration:none;

}
.previous {
	outline:none;
	cursor:pointer;

	vertical-align: bottom;
        width:12px;
}
.next {
	outline:none;
	cursor:pointer;

	vertical-align: bottom;
        width:12px;
}
