.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;}
.start-upload{background: #5FB878; margin-left: 20px; display: none;}
.upload-file-wrap{width: 630px; max-height: 360px; overflow-y: scroll; list-style: none; margin-top: 20px; padding: 0;}
.upload-file-wrap li{width: 150px; height: 170px; text-align: center; margin: 0 5px 5px 0; position: relative; float: left; display: inline; overflow: hidden; font-size: 12px; }
.upload-file-wrap li p{margin: 0; padding: 0;}
.upload-file-wrap li p.title{position: absolute; bottom: 0; left: 0; width: 150px; height: 20px; line-height: 20px; text-align: center; color: #000;}
.upload-file-wrap li p.imgWrap{width: 150px; height: 150px; position: absolute; top: 0; left: 0;}
.upload-file-wrap li p.imgWrap img{width: 150px; height: 150px;}
.upload-file-wrap li p.progress{width: 0; height: 20px; position: absolute; bottom: 0; background: #5FB878; border-radius: 0;  overflow: hidden; }
.upload-file-wrap li p.progress span{width: 150px; height: 20px; line-height: 20px; text-align: center; color: #fff; display: block;}
.upload-file-wrap li .uploadStatus{position: absolute; top: 5px; right: 5px; font-size: 16px; opacity: 0; padding: 2px; border-radius: 50%; background: #fff; }
.upload-file-wrap li .file-panel{position: absolute; height: 0; background: rgba( 0, 0, 0, 0.5 ); width: 100%; top: 0; left: 0; overflow: hidden; z-index: 300; transition: height .4s; -moz-transition: height .4s; -o-transition: height .4s; -webkit-transition: height .4s;}
.upload-file-wrap li .file-panel .cancel{width: 24px; height: 24px; display: block; overflow: hidden; background: url(/static/admin/images/icons.png) no-repeat; margin: 5px auto 1px; cursor: pointer; background-position: -48px -24px;}
.upload-file-wrap li .file-panel .cancel:hover{background-position: -48px 0;}

