

#climber {
	width:100px;
	border-right:1px solid #777;
	height:18px;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#DDD;
        background-image:url(../img/footerBG.png);
}

#ie #climber {
	top:-12px;
}

#climber .icon_image_sml {
	background: url("../img/demo.png") no-repeat;
	float:left;
	margin-left:8px;
	margin-top:2px;
}

#climber label {
	width:20px;
	display:block;
	float:left;
	font-size:10pt;
	margin-left:5px;
	margin-top:4px;
	color:#444;
}