#move{
	overflow: hidden;
	position:fixed;
	bottom:70px;
	right:0px;
	width: 188px;
	z-index:99;
}
.move-onload{
	overflow: hidden;
	position:fixed;
	bottom:100px;
	right:0px;
	width: 188px;
}
#move img{
	width: 188px;
	vertical-align: middle;
}
.move-btn{
	position: relative;
	top:-99px;
	width: 25px;
	height: 25px;
	font-size:21px;
	border-radius:50%;
	background-color: rgba(0,0,0,.5);
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:21px;
	z-index:22;
	cursor:pointer;
}
.move-btn:hover{
	background-color: orange;
}
.delete{
	right:-163px;
}