.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #337AB7;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick-hover {
	background-color: #286090;
	border-color: #204d74;
}

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

.uploadItem{
	margin-top: 10px;
	margin-right: 10px;
	position: relative;
	display: inline-block;
	width: 100px;
	min-height: 100px;
	text-align: center;
	vertical-align: top;
}

.delIcon{
	position: absolute;
	top: -5px;
	right: 0px;
	width: 18px;
	height: 18px;
	background: url(../images/ic_del.png) no-repeat;
	cursor: pointer;
}
.delImgIcon{
	position: absolute;
	top: 0;
	right: 0px;
	width: 18px;
	height: 18px;
	background: url(../images/ic_del.png) no-repeat;
}
.delimg:hover{
	background: url(../images/ic_del_hover.png) no-repeat
}
.uploadTxt{
	text-align: center;
	word-wrap:break-word ;
}

.uploadItem .info {
	position: absolute;
	left: 4px;
	bottom: 4px;
	right: 4px;
	height: 20px;
	line-height: 20px;
	text-indent: 5px;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	z-index: 10;
}

.uploadItem .success{
	position: absolute;
	left: 25px;
	right: 25px;
	top: 34px;
	background: rgba(0, 128, 0, 0.72);
	color: white;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	display: none;
}

.uploadItem .error {
	position: absolute;
	left: 4px;
	right: 4px;
	background: red;
	color: white;
	text-align: center;
	height: 20px;
	font-size: 14px;
	line-height: 23px;
}