.webuploader-container {
	position: relative;
    left: 0.1rem;
}
.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: #ff7700;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}
.webuploader-pick-hover {
	background: #ff7700;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}
/*.uploader-list{*/
	/*overflow: hidden;*/
/*}*/
.file-item {
    float: left;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
}
/*.file-item .error {*/
    /*position: absolute;*/
    /*top: 4px;*/
    /*left: 4px;*/
    /*right: 4px;*/
    /*background: red;*/
    /*color: white;*/
    /*text-align: center;*/
    /*height: 20px;*/
    /*font-size: 14px;*/
    /*line-height: 23px;*/
/*}*/
/*.file-item .info {*/
    /*position: absolute;*/
    /*left: 4px;*/
    /*bottom: 8px;*/
    /*right: 4px;*/
    /*height: 20px;*/
    /*text-align: center;*/
    /*line-height: 20px;*/
    /*text-indent: 5px;*/
    /*background-color: #666;*/
    /*color: white;*/
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow : ellipsis;*/
    /*font-size: 12px;*/
    /*z-index: 10;*/
/*}*/
.uploader-repeat>div{
    margin-right: 15px;
}
.uploader-list div span{
    z-index: 1000;
    position: absolute;
    right: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: url(../images/red_cha.png) center center no-repeat;
    cursor: pointer;
    padding:0;
}


