.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: #7ac23c;*/
	/*padding: 20px;*/
	color: #fff;
	text-align: center; 
	overflow: hidden;
}
.webuploader-pick-hover {
	/*background: #68ab2e;*/
}

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

#thelist .file-item {display: inline-block; margin-right: 20px;margin-bottom: 10px;height:165px;overflow: hidden;position: relative;}
#thelist .thumbnail img {width:120px;height:120px;}
.file-item .info {width: 120px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

#thelist1 .file-item {display: inline-block; margin-right: 20px;margin-bottom: 20px;width:140px;height:80px;border: 1px solid #ccc;padding: 10px;overflow: hidden;}

.remove_this {position: absolute; top: 0;right: 0;color: #000;display: none;}
#thelist .file-item:hover .remove_this {display: block;color: #000;} 


.uploadprogress{
    background: rgba(0,0,0,.6);
    position: absolute;
    top: 100px;
    left: 0;
    height: 10px;
    width: 120px;
    height: 20px; 
    color: #000;
}
.uploadprogress span{
    background: #14A35B; 
    display: inline-block;
    color: #fff;
    height: 20px;
}