#jceutils_selectblocker {
	z-index:10000;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
}
#jceutils_overlay{
	filter:alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	background-color: #000;
}