#toMap {
	font-family: Helvetica, "Helvetica LT Std Bold";
	font-size: 13px;
	text: "Back to Map";
	color: #FFF;
	text-decoration:none;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position:fixed;
	width: 100px;
	bottom:40px;
	right:a0px;
	padding: 10px 0 10px;
	overflow:hidden;
	border:none;
	background: #000;
	opacity: 0.6;
}
#toTop {
	font-family: Helvetica, "Helvetica LT Std Bold";
	font-size: 13px;
	text: "Back To Top";
	color: #FFF;
	text-decoration:none;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position:fixed;
	width: 100px;
	bottom:10px;
	right:10px;
	padding: 10px 0 10px;
	overflow:hidden;
	border:none;
	background: #000;
	opacity: 0.6;
}

#toTopHover {
	background: #000;
	display:block;
	width: 100px;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}