.asd_lik_button,
.asd_fav_button {
    width: 24px;
    height: 24px;
    background: url('images/add_favorites_hover.png') top left no-repeat;
}


.asd_lik_button:hover,
.asd_fav_button:hover {
    width: 24px;
    height: 24px;
    background: url('images/add_favorites.png') top left no-repeat;
}


.asd_faved {
    width: 24px;
    height: 24px;
    background: url('images/add_favorites.png') top left no-repeat;
}

.asd_lik_button {
	background: url('images/like.png') top left no-repeat;
}
.asd_fav_text {width: 100%; text-align: center;}
.asd_fav_add { color: #000000;}

.asd_liked {
	background: url('images/unlike.png?v2') top left no-repeat;
}
.asd_fav_count_com {
	width: 550px; float: right;
/*	height: 20px;
	background: url('images/fav_count.png') top left no-repeat;
	float: left;
	font-size: 11px;
	font-family: arial,sans-serif;
	color: #666;
	line-height: 20px;
	text-align: center;
	padding: 0 0 0 1px;
	margin-left: 2px;*/
}
.asd_fav_clear {
	clear: both;
}