@CHARSET "UTF-8";
#ampnewsticker
{
	position: relative;
	overflow: hidden;
	background-color: #F6F6F6;
}
#ampnewsticker_border
{
	margin-left: 6px;
	margin-right: 6px;
	width: auto;
	background: url("../images/ticker_mid.gif") repeat-x;
	height: 25px;
}
.ampnewsticker_container
{
	position: relative;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	height: 25px;
}
.ampnewsticker_item, .ampnewsticker_label span
{
	position: absolute;
	top: 4px;
	color: #575757;
	left: 4px;
}
.ampnewsticker_label
{
	position: relative;
	font-weight: bold;
	display: block;
	float: left;
	height: 25px;
}
/* JRS remove horizontal line for label
.ampnewsticker_divider
{
	position: relative;
	border-left: 1px solid #CCCCCC;
	width: 1px;
	height: 18px;
	top: 3px;
	float: left;
}
*/
.ampnewsticker_item a
{
	color: #7E7E7E;
	text-decoration: none;
}
.ampnewsticker_item a:hover
{
	color: #7E7E7E;
	text-decoration: none;
}
.ampnewsticker_left_side
{
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 25px;
	background: url("../images/left_side.gif") no-repeat;
}
.ampnewsticker_right_side
{
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 25px;
	background: url("../images/right_side.gif") no-repeat;
}