#img-container {

}
#img-container:after {
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}
.img-item {
    position: relative;
    float: left;
	margin-right:10px;
	margin-bottom:15px;
    width:226px;
	height:239px;
    box-sizing: border-box;
}
.img-thumb {
    border: 1px solid #000;
}
.thumb-icon {
    width: 100%;
    height: 100%;
}
.img-up-add {
    display: table;
    border: 1px dashed #E0E0E0;
}
.img-add-icon {
	background:url(../images/jpg-18.jpg) no-repeat;
	width:224px;
	height:239px;
	
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.img-remove {
    position: absolute;
    right: -5px;
    top: -11px;
    display: block;
    width: 25px;
	line-height:25px;
    height:25px;
    border-radius: 50%;
    background: #f7333d;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    overflow: hidden;
    background-clip: padding-box;
}
#img-file-input {
    display: none;
}