#top_vtickerbox {
	width: 280px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #373133;
}
#top_vticker_new {
	font-size: 11px;
	line-height: 1.6em;
	color: #FF0E12;
	float: left;
	width: auto;
	font-weight: bold;
	padding-right: 3px;
}
#top_vticker_text {
	float: right;
	width: 280px;
	height: 12px;
	color: #FFFFFF;
}


.ticker_02 {
	margin: 0 auto;
	padding: 0px;
	width: 450px;
	text-align: left;
	/*border: #ccc 1px solid;*/
	position: relative;
	overflow: hidden;
}

.ticker_02 ul {
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.ticker_02 ul li {
	width: 100%;
	display: none;
	font-size: 12px;
	line-height: 1.5em;
}
.ticker_02 a {
	color:#FFFFFF;
}
.ticker_02 a:hover {
	color:#FF6600;
}