.mWrap {
	width: 100% !important;
}
.mMove {
	opacity: 0;
	white-space: nowrap;
}
.mWrap.mIni .mMove {
	opacity: 1;
}
.mWrap,
.mWrap * {
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.grab {
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
}
.grabbing {
	cursor: -moz-grabbing !important;
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important;
}
.strTools *,
.strTools *:after,
.strTools *:before {
	box-sizing: border-box !important;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.mWrap img {
	max-width: none !important;
}
.mItem a:hover { text-decoration: none; }