
.moveBox{
	width: 2.6rem;
	height: 2rem;
	background: rgba(224,17,45,.3);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	cursor: move;
    z-index: 1;
}
.magBox{
	width: 6.5rem;
	height: 5rem;
	border: 1px solid #f2f2f2;
	position: absolute;
    left: 83%;
    top: 0rem;
	overflow: hidden;
	display: none;
    background: #fff;
    z-index: 1;
}

.magBox img{
	max-width: none;
    position: absolute;
}