.social-likes {
	list-style: none;
	padding: 0;
	margin: 0;
	
	li {
		display: inline-block;
		vertical-align: text-top;
		margin: 2px 0;
		cursor: pointer;
	}
	.social-likes__button {
		display: inline-block;
		vertical-align: text-top;
		width: 83px;
		height: 20px;
		text-indent: 9999px;
	}
	.social-likes__button_facebook {
		background: url(../images/fb.png);
	}
	.social-likes__button_facebook:hover {
		background: url(../images/fb.png) -83px 0px;
	}
	.social-likes__button_vkontakte {
		background: url(../images/vk.png);
	}
	.social-likes__button_vkontakte:hover {
		background: url(../images/vk.png) -83px 0px;
	}
	.social-likes__counter  {
		display: inline-block;
		vertical-align: text-top;
		background: #f2f3f7;
		font-size: 12px;
		color: #555;
		border: 1px solid #cad4e7;
		border-radius: 3px;
		margin-left: 4px;
		line-height: 18px;
		padding: 0 4px;
	}
	
}