.imgItem{
	width:100px;
	height:110px;
	float:left;
	position: relative;
	overflow:hidden;
	margin:0 10px 10px 0;
}
.imgItem:hover .imgDelete,.imgItem:hover .imgFull{
	display:block;
}
.imgItem .upload_img{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.imgItem .img_sts_icon,.imgItem .img_delete_icon{
	font-size:19px;
	color:white;
	position: absolute;
	bottom: 0;
	right: 5px;
}
.imgItem .img_sts_bg{
	position: absolute;
	width:60px;
	height:60px;
	transform: rotate(45deg);
	right: -30px;
	bottom: -30px;
	background-color:#3078D7;
}
.imgItem .imgFull{
	display:none;
	position: absolute;
    color: white;
    font-size: 20px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    cursor: pointer;
    z-index:10;
}
.imgItem .imgDelete{
	background-color: rgba(1,1,1,0.5);
	position: absolute;
	top: 0;
	width: 24px;
	height: 24px;
	right: 0;
	display:none;
}
.imgItem .imgDelete .img_delete_icon{
	top: 0;
	font-size:16px;
}
#showScaleImgWrap{
	position:  absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(1,1,1,0.6);
    z-index: 20000000;
}
#showScaleImgWrap #showScaleImg{
	width: 400px;
	height: 100%;
	top: 50px;
	left: 31%;
	overflow:  hidden;
	position:  absolute;
}
#showScaleImgWrap #showScaleImg .smallImg{
	width: 50;
	height:50;
    bottom: 0;
    top:-1px;
    right: -1px;
    overflow:  hidden;
    position:  absolute;
	display:none;
	font-size:40px;
	text-align:center;
	line-height:50px;
	color:white;
	background-color: rgba(1,1,1,0.8);
}
#showScaleImgWrap #showScaleImg:hover .smallImg{
	display:block;
}
