



#thermometer {
		margin: 32px 0px 0px 22px; padding: 0px; float: left;
		background: #ccc url(../img/thermometer_2.gif) top left no-repeat;
		position: relative;
		width: 82px;
		height: 342px;
	}
	
	#thermometer .current-value {
		position:absolute;
		left: 0px;
		bottom: 0px;
		height: 306.857142857px;
		text-align:right;
		width: 100%;
		background: #f00 url(../img/thermometer_2.gif) bottom right no-repeat;
	}

	#thermometer .current-value * {
		display:none;
	}
	
	#thermometer .current {
		position: absolute;
		left; 0;
		top: 352px;
		color: #749601;
		text-align: right;
		font-weight: bold;
		font-size: 1.2em;
		width: 82px;
		}