#uploadImages{
	height:90px;
}
#uploadImages .uploadImages-items{
	float:left;
	margin-right:20px;
	list-style-type:none;
}
#uploadImages .uploadImages-items img{
	display:block;
    width:120px;
    height:90px;
}
#uploadImagesBox{
	width:100%;
	height:100%;
}
#uploadImages .uploadImages-bg{
	width:120px;
	height:90px;
}
#uploadImages .uploadImages-wrap{
	position:relative;
	width:120px;
	height:90px;
}
#uploadImages .uploadImages-bg{
	position:absolute;
	left:0;
	top:0;
	z-index:8;
	background-image: url(../images/upload-bj.png);
	cursor: pointer;
}
#uploadImages .uploadImages-bg:hover{
	background-position: center bottom;
}
#myImg{
	display: block;
	width:100%;
	height:100%;
}
.uploadImages-items.hover-parent{
	position:relative;
}
.uploadImages-items.hover-parent .hover-item{
	position:absolute;
	background-color:rgba(0,0,0,0.6);
	left:0;
	top:0;
	width:100%;
	height:90px;
	color:white;
	text-align: center;
	line-height:90px; 
	cursor: pointer;
	display: none;
}



