.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: #18377d;
	padding: 3px 2px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick-hover {
	background: #18377d;
}

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

#shac{ float:left; width:200px; height:200px; overflow:hidden}
#shac img{height:150px}
