.btn-s {
	position: relative;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	display: inline-block;
	background: #d6d6d8 url(/images/system/btn-sprite-small.jpg) top left no-repeat;
	overflow: hidden;
	text-indent: -1000px;
	cursor: pointer;
	border: 1px solid #5f686e;
	border-radius: 25px;
	z-index: 1;
	vertical-align: top;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.btn-s:hover {
	border-color: #085986;
}

.btn-s.b-edit {
	background-position: 0 0;
}

.btn-s.b-map {
	background-position: -25px 0;
}

.btn-s.b-edit:hover {
	background-position: 0 -25px;
}

.btn-s.b-map:hover {
	background-position: -25px -25px;
}

.btn-small {
	display: inline-block;
	border: none;
	cursor: pointer;
	overflow: hidden;
	text-indent: -1000px;
	text-decoration: none;
	width: 27px;
	height: 27px;
	background-image: url(/images/icons/btn-small.png);
	background-repeat: no-repeat;
	background-color: transparent;
	vertical-align: top;
}

.btn-small:hover {
	opacity: 0.9;
}

.btn-small-print {
	background-position: 0 0;
}

.btn-small-download {
	background-position: -27px 0;
}

.btn-small-ok {
	background-position: -54px 0;
}

.btn-small-remove {
	background-position: -81px 0;
}

.btn-small-close {
	background-position: -108px 0;
}

.btn-small-photo {
	background-position: -135px 0;
}

.btn-small-crop {
	background-position: -162px 0;
}

.btn-small-print:hover {
	background-position: 0 -27px;
}

.btn-small-download:hover {
	background-position: -27px -27px;
}

.btn-small-ok:hover {
	background-position: -54px -27px;
}

.btn-small-remove:hover {
	background-position: -81px -27px;
}

.btn-small-close:hover {
	background-position: -108px -27px;
}

.btn-small-photo:hover {
	background-position: -135px -27px;
}

.btn-small-crop:hover {
	background-position: -162px -27px;
}