.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: #fff;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	width:250px;
	height:30px;
	line-height:30px;
	background:#1d7ad9;
	margin-bottom:5px;
}


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

.uploader-shop{width:100px; height: 98px; overflow:hidden;margin:10px 0 0 80px;}

