@charset "utf-8";

.imgBox{
	position: relative;
	float:left;
	width:104px;
	height:104px;
	padding:1px;
	border: 1px solid #ccc;
	text-align:center;
	margin:5px 10px 5px 0;
	box-sizing: border-box;
}
.imgBox img{
	width:100px;
	height:100px;
	cursor: url(../images/magnifier.cur),Crosshair;
}
.cover{
	position: absolute;
	width:31px;
	height:31px;
	top:1px;
	right:1px;
	background: url("../images/del_icon.png") no-repeat top right;
}