.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: #00b7ee;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick-hover {
	background: #00a2d4;
}

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












/**************自定义样式*****************/

.thumbnail {
    width: 20%;
    display: inline-block;
    margin-right: 5px;
}

    .thumbnail .info {
        text-align: center;
        padding-top: 5px;
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        color: #393939
    }

.webuploader-element-invisible {
    height: 100%;
}

.webuploader-container label {
    margin-bottom: 0;
    padding-bottom: 0;
}

#filePicker {
    margin-top: 5px;
}

.webuploader-pick {
    padding: 8px 15px;
}

.file-item {
    margin-bottom: 0px;
    width: 120px;
    position: relative;
    /*height: 160px;*/
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: center;
}
.file_item_div {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    padding-bottom:0px;
}
.file_item_old {
}
    .file-item img {
        height: 100px;
        width: 100px;
    }
    .file-item a>img {
        height: 100px;
        width: 100px;
    }
    .file-item a {
        height: 100px;
        width: 100px;
    }
    .file-item video {
        text-align: center;
        height: 120px;
        width: 120px;
    }
.file-panel {
    position: absolute;
    background: rgba( 0, 0, 0, 0.5 );
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 300;
    height: 30px;
    width: 100%;
    display: none;
}

div.file-panel span {
    width: 24px;
    height: 24px;
    display: inline;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../webuploader/icons.png) no-repeat;
    margin: 5px 1px 1px;
    cursor: pointer;
}
div.file-panel span.cancel {
    background-position: -48px -24px;
}
.progress {
    width: 100%;
    margin-bottom: 0;
    margin-top: 5px;
    background: #87B87F;
}
.filePicker {
    margin-top: 5px;
}
.item-file {
    height: auto;
}
li[class*="item-"] {
    border: none;
}
.thumbnail {
    border: none;
    padding:0px;
}