.webuploader-container {
	position: relative;
	float:left;
	width:98px;
  height:98px;
}
.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;*/
	background:#fff url(../../images/upload_img.png) no-repeat center 38px;
	padding: 10px 0px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	height:98px;
	width:98px;
	padding-top:67px;
	color:#555;
}
.webuploader-pick-hover {
	/*background: #00a2d4;*/
	background:#fff url(../../images/upload_img.png) no-repeat center 38px;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}

