@import "../css3.less";
/* === WhiteLeftArrow16 ==*/
.mblDomButtonWhiteLeftArrow16 {
	position: relative;
	width: 16px;
	height: 16px;
}
.mblDomButtonWhiteLeftArrow16 > div {
	position: absolute;
	left: 0px;
	clip: rect(0px 12px 16px 4px);
}
.mblDomButtonWhiteLeftArrow16 > div > div {
	position: absolute;
	top: 3px;
	left: 6px;
	width: 10px;
	height: 10px;
	margin: 0px;
	font-size: 1px;
	background-color: white;
	.transform(scaleY(0.5) rotate(45deg));
}
