.axScrollToTop{
/*	background:transparent url('axscrollto.png') no-repeat;*/
/*	text-align:right;*/
	display:block;
/*	width:80px;
	height:80px;*/
	float:right;
/*	text-indent:-1990px;*/
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:999999;
		opacity:0.8;
		  color: #ffffff;
   -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
	padding:5px;
	text-align:center;
}
.axScrollToTop:hover{
		opacity:1;
}
.axScrollToTop img{
	float:right;
}
/*a:link, a:visited, a:active, a:hover{
	color:#fff;
	text-decoration:none;
}*/
#axScrollTo:link, #axScrollTo:visited, #axScrollTo:active, #axScrollTo:hover{
	color:#fff;
	text-decoration:none;
}
#axScrollTo{
	right:0px;
	bottom:0px;
}