.axScrollToTop {
   background-color:#0064cd;
   width:autopx;
   height:autopx;
   
}
.axScrollToTop{
	display:block;
	float:right;
	position:fixed;
	z-index:999999;
	opacity:0.8;
   	-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;
}

#axScrollTo:link, #axScrollTo:visited, #axScrollTo:active, #axScrollTo:hover{
	color:#ffffff;
	text-decoration:none;
}
#axScrollTo{
	right:5px;
	bottom:5px;
}