.iLikeThis {
	clear: both;
	float: left;
	margin: 0 auto;
	margin-right: 5px;
	margin-top: -1px;
	padding: 0;
	position: relative;
}

.iLikeThis .counter {
	font-weight:bold;
	margin-right:5px;
}

.iLikeThis .counter a {
	color: #77B59A;
	cursor: pointer;
	font-size: 16px;
}

.iLikeThis .counter a:hover {
	color: #727272;
	border: none;
}

.iLikeThis .counter a:visted {
	color: #AAA;
}

.iLikeThis .counter a.image {
	background:url(add.png) center right no-repeat;
	padding:0 20px 0 0;
}