#ticker-wrapper {
	width: 470px;
	background-image: url(../images/interface/ticker-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	margin-bottom: 4px;
}

#ticker-wrapper span a{
	margin: 7px 8px;
    position: absolute;
	color: #efefef;
	text-decoration: none;
}

#ticker-wrapper span a:hover{
	text-decoration: underline;
}

.newsticker {

	list-style-type: none;
	/*border: 1px solid #dddddd;*/
	padding: 6px;
	margin: 1px 0 4px 120px;
	width: 340px;
	position: absolute;
}

.newsticker span{
}

.newsticker a{
	font-weight: bold;
}