#toTop
{z-index:9999999;display:none;text-decoration:none;position:fixed;bottom:150px;right:50px;overflow:hidden;width:51px;height:51px;border:0;text-indent:100%;background:url(/images/ui.totop.png) no-repeat left top;background-size:cover;}

#toTopHover
{
	/*background:url(/images/ui.totop.png) no-repeat left -51px;*/
	width:51px;
	height:51px;
	/*display:block;*/
	overflow:hidden;
	float:left;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0)
}

#toTop:active, #toTop:focus
{outline:0}

@media screen and (max-width:767px)
{
	#toTop
	{z-index:-9999999;width:0px;width:0px;}
}