
.side-move{position: fixed;right: 20px;top: 50%;z-index:9999;}
.side-move-left{position: fixed;left: 20px;bottom: 25px;z-index:99;}
.side-move-right{position: fixed;right: 0px;top: 24%;z-index:99;}
.side-move li{list-style:none;padding:5px;
width: 14px;
	height: 14px;
display: block;
/*background: #5c696a;
background: #fff;*/
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
margin:10px;
opacity: 0.8;
}

.side-move li a{width: 14px;
	height: 14px;
display: block;
/*background: #5c696a;
background: #fff;*/
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
border: 2px solid #c9cbca;
margin:-5px 0 0 -5px;
opacity: 0.8;}

.top-move{
	position:absolute; 
	z-index:10000 !important; 
	width:100%;
	 bottom:15px;
	 text-align:center;
			}
 
ul.top-move li {
  display: inline-block;
  height: 25px;
  position: relative;
  width: 100px;
}
span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
 
ul.top-move li:hover span.text-content {
  opacity: 1;
}
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
    height: 25px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}