@CHARSET "UTF-8";
#back-top {
width:50px;
        padding:5px;
        position:fixed;
        bottom:80px; 
        right:31px;
        cursor:pointer;
        display:none;
        color:#333;
        font-family:verdana;
        font-size:11px;
		 opacity: .9;
		z-index:9999;
}
#back-top a {
	width: 58px;
	z-index:9999;
	display: block;
	opacity: .9;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
#back-top span {
	z-index:9999;
	width: 58px;
	opacity: .9;
	height: 58px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../images/up-arrow.png) no-repeat center center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
	opacity: .9;
}