#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(/share/images/button_top.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}



#scroll {
    position:fixed;
    right:10px;
    bottom:65px;
    width:50px;
    height:50px;
    background-color:#777;
    text-indent: -9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    opacity:0.3;filter:"alpha(opacity=50)";
    -ms-filter:"alpha(opacity=50)";

}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}

#scroll:hover {
    background-color:#777;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


#scroll2 {
    position:fixed;
    right:10px;
    bottom:10px;
    width:50px;
    height:50px;
    background-color:#777;
    text-indent: -9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	opacity:0.3;filter:"alpha(opacity=50)";
    -ms-filter:"alpha(opacity=50)";
}

#scroll2 span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top: -2px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-top-color:#ffffff;
}

#scroll2:hover {
    background-color:#777;
   opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
