.counter__control {
	display: inline-block;
	background: #f3f3f3;
	width: 20px;
	text-align: center;
	border: 1px solid #555;
}

.counter__control:hover {
	background: #999;
	text-decoration: none;
}
.ui-effects-transfer {
	-webkit-border-radius:7px; border-radius: 7px;
	border: 1px dotted rgba(1,1,1,0.3);
	background: rgba(255,255,255,0.4);
	z-index: 10000;
}