<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	#news_ticker {
		min-height:250px;
		position:relative;
		width: 355px;
	}

	#news_div_open {
		float:left;
		width: 100%;
		height: 250px;
		cursor:pointer;
	}
	#news_div_close {
		float:left;
		width: 0px;
		height:250px;
		height: 250px;
		cursor:pointer;
	}
	#news_bar {
		width:100%;
		height: 36px;
		background: url("http://dream-stats.com/images/layout/new/ticker_bg.png");
		position:absolute;
		bottom:0px;
		left:0px;
	}
	
	.item_holder {
		float:right;
	}
	
	.news_item {
		float:left;
		width: 20px;
		height: 33px;
		background-color:#484848;
		padding:1px;
		text-align:center;
		font-size:24px;
		color:white;
		font-weight:bold;
		cursor:pointer;
	}

	#news_headline {
		float:left;
		width: 232px;
		padding-left:10px;
		padding-top: 9px;
		height: 21px;
		font-size:14px;
		color:white;
		font-weight:bold;
		cursor:pointer;
		overflow:hidden;
	}
</pre></body></html>