.webuploader-container {
	position: relative;
	/*height: 100%;*/
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	display: inline-block;
	cursor: pointer;
	background: #00b7ee;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	/*position: absolute;*/
	/*left: 0;*/
	/*right: 0;*/
	/*bottom: 0;*/
	/*top: 0;*/
	/*z-index: 99;*/
	/*opacity: 0;*/
	/*filter: alpha(opacity=0);*/
}
.webuploader-pick-hover {
	background: #00a2d4;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}
#filePicker>div {
	width: 100% !important;
	height: 197px !important;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
#sfilePicker>div {
	width: 100% !important;
	height: 145px !important;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
