.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: #777;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick:hover{background:#214FA0;}
.webuploader-pick-hover {
	background: #214FA0;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}
#thelist,#thelist1{margin-bottom:10px;}
#thelist .item,#thelist1 .item{background:rgba(255,255,255,.7);padding:10px;margin-bottom:10px;}
#thelist .item h4,#thelist1 .item h4{margin-top:0;}
#thelist .item p,#thelist1 .item p{margin-bottom:0;}
#f0,#f1,#f2{}
#uploader .btns,#uploader1 .btns{text-align:center;}