@charset "UTF-8";
/* CSS Document */
#ticker_holder {
	width: 100%;
	position: absolute;
	bottom: 65px;
	z-index: 100;
	text-align: center;
	height: 26px;
}
#ticker_wrapper {
	width: 505px;
	margin-right: auto;
	margin-left: auto;
	height: 26px;
	white-space: nowrap;
	position: relative;
}
#ticker_info  {
	width: 250px;
	height: 26px;
	font-size: 14px;
	background-color: #000000;
	color: #FFFFFF;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-weight: lighter;
	position: relative;
	float: left;
}
#ticker_info li {
	text-align: left;
	padding:0px;
	margin:0;
	line-height: 26px;
	display: block;
	height: 26px;
	list-style-type: none;
	width: 240px;
	font-size: 14px;
	float: left;
}
#ticker  {
	border: 1px solid #7F7F7F;
	height: 24px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: right;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
}
#ticker li {
	width: 250px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	list-style-type: none;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}
