/* carbon counter widget */

div#counterValue {
	background-color:#000;
	color:#fff;
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	letter-spacing:1.1px;
	margin:10px auto;
	padding:3px;
	width:90%;
}
* html .counter-wrap{
	height: expression( this.scrollHeight > 18 ? "18px" : "auto" ); /* sets max-height for IE6 */
}
.counter-wrap {
	left:-1000px;
	margin:10px auto;
	max-height:18px;
	overflow:hidden;
	position:relative;
	width:95px;
	zoom:1
}
.counter-number {
	background-image:url(http://www.carbonyearbook.com/assets/img/counter_ticker_bg.gif);
	float:left;
	height:198px;
	position:relative;
	width:12px;
}