#ampnewsticker {
	position: relative;
	overflow: hidden;
}
#ampnewsticker #ampnewsticker_border {
	top: 0;

	width: auto;
	height: 20px;
}
#ampnewsticker .ampnewsticker_container {
	position: relative;
	text-decoration: none;
	display: block;
	float: left;
	height: 20px;
}
#ampnewsticker li.ampnewsticker_item {
	position: absolute;
	top: -2px;
	color: #288FE1;
	right: 7px;
	visibility: hidden;
	list-style: none;
	background: none;
}
#ampnewsticker li.ampnewsticker_item  a{ text-decoration:none; color:#000; font-weight:bold;}
#ampnewsticker .ampnewsticker_label span {
	position: absolute;
	top: 0px;
	color: #000;
	right: 7px;
}
#ampnewsticker .ampnewsticker_label {
	position: relative;
	display: block;
	float: right;
	height: 20px;
}
#ampnewsticker .ampnewsticker_divider {
	position: relative;
	width: 1px;
	height: 18px;
	top: 1px;
	float: left;
}
#ampnewsticker .ampnewsticker_left_side {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 20px;
}
#ampnewsticker .ampnewsticker_right_side {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 20px;
}