#news-sticker {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 902px; /* important */
	height: 24px; /* important */
	margin: -24px 0 0 44px;
	border: 1px solid #888;
	background-color: #fff;
	font-family:Verdana;
	font-weight:bold;
}

#news-sticker_content {
	position: absolute;
	top: 0;
	left: 0;
}

#news-sticker a {
	display: block;
	padding: 0 5px;
	font-size: 70%;
	color: #000;
	line-height: 24px;
	text-decoration: none;
}
#news-sticker a:hover {
	color: #C00;
	text-decoration:underline;
}
#news-sticker_previous{
	margin: 10px 0 0 26px;
	height:12px;
	width:12px;
	background-image:url(../images/news-sticker-previous.png);
	cursor:pointer;
}
#news-sticker_next{
	margin: 0 0 0 26px;
	height:12px;
	width:12px;
	background-image:url(../images/news-sticker-next.png);
	cursor:pointer;
}