/*BOTAO LIKE*/
.post-like {
	line-height: 16px !important;
	float: none !important;
	position: relative !important;
	margin: 0px auto !important;
	display: inline-block !important;
}
.post-like a{ 
	float:none !important; 
}
.post-like .count { 
	position: absolute;
	top: 9px;
	left: 0px;
	width: 35px;
	padding: 0px 3px 0px 20px;
	font-size: 12px;
	color: #aaa;
	font-family: tahoma;
	float: left;
	margin: 0px !important;
	height: 18px;
}
.like, .voteprogress{ 
	width: 58px;
	height: 65px;
	display: inline-block;
	float: left;
	-moz-transition: all 0.2s ease-out 0.1s; 
	-webkit-transition: all 0.2s ease-out 0.1s; 
	-o-transition: all 0.2s ease-out 0.1s; 
}
.voteprogress{ 
	opacity:0.5; 
}
.voted .like, .post-like .alreadyvoted,.post-like .voted:hover .like { 
	cursor:default; 
}
.post-like a:hover .like,.post-like a:active .like, .like, .voteprogress, .voted .like, .post-like .alreadyvoted,.post-like .voted:hover .like{
	background-repeat:no-repeat;
	background-position:center;
}