/* liScroll style declarations */

	div.post { clear: left; }
	
	.TickerAreaWrapper {
	height: 27px;
	position:relative;
	}
	
	.NewsTitleTicker {
	padding: 4px 20px 0 14px;
	background-color: #000000; 
	width: 88px; 
	height: 23px; 
	color: #eb1225;
	font-size: 13px;
	position:absolute;
	}

	.tickercontainer {
	border: 0px solid #000;
	background: #000000;
	width: 697px;
	height: 27px;
	overflow: hidden; margin-left:108px;
	}

	.tickercontainer .mask {
	position: relative;
	left: 10px;
	top: 3px;
	width: 718px;
	height: 20px;
	}
	
	#tickerUl {background-color:#000; height:27px; position:absolute;}
	#tickerUl li { color:#fff; float:left; padding:0 40px; white-space:nowrap;}
	
	

	
	
