.webuploader-container {
	position: relative;
}

.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.webuploader-pick {
	width: 50px;
	height: 50px;
	padding: 3px;
	line-height: 44px;
	float: left;
	margin-left: 4px;
	border: 1px solid #337ab7;
	font-size: 12px;
	color: #337ab7;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	background-color: #f9f9f9;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}

.uploadImgs {
	float: left;
	position: relative;
}

.uploadImgs img{
	width: 50px;
	height:50px;
	padding: 3px;
	margin-right: 5px;
	border:1px solid #ccc;
	border-radius: 4px;
}

.uploadImgs span {
	position: relative;
	display: block;
    float: left;
}

.uploadImgs span i {
	position: absolute;
    top: -7px;
    right: 0;
    opacity: 0.7;
    cursor: pointer;
	display:none;
}
