/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
  background: url("/uptop/img/ui.totop.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  border: medium none;
  bottom: 25px;
  display: none;
  height: 51px;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-decoration: none;
  text-indent: 100%;
  width: 51px;
  z-index: 1000;
}

#toTopHover {
	background:url(/uptop/img/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:none;
}