#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 51px;
	height: 51px;
	border: none;
	text-indent: 100%;
	background: url("../images/ui.totop.png") no-repeat 0 0px;
	transition: all 0.8s ease;
	z-index: 999;
}
