

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	right:50%;
	bottom:56px;
	overflow:hidden;
	width:40px;
	height:110px;
	border:none;
	text-indent:-999px;
	z-index:120;
	background:url(/images/ui_totop.png) no-repeat left bottom ;
}

#toTopHover {
	background:url(/images/ui_totop.png) no-repeat left 0;
	width:40px;
	height:110px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;	
	-moz-opacity: 0;
}

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


