.ui-newsticker,
.ui-newsticker-item,
.ui-newsticker-list {
    height: 40px;
    overflow: hidden
}
.ui-newsticker {
    background: #f3f3f3 ;
    color: #402726;
    cursor: default;
    font-family: verdana;
    font-weight: 700;
    font-size: 13px;
    line-height: 15.6px;
    padding: 0 ;
	margin-top: 20px;
    position: relative
}
.ui-newsticker:hover {
    background: #ddd
}
.ui-newsticker-list {
    position: absolute;
    top: 8px;
	right: 170px;
}
.ui-newsticker-item {
    white-space: nowrap
}