.ldc-ul_cont {
background:url('/wp-content/themes/default/images/icon-like.png') 0 0 no-repeat;
width:100%;
min-width:50px;
height:41px;
margin:10px 2px 0 0;
display:block;
text-align:right;
cursor:pointer;
} 

.ldc-ul_cont:hover {
background:url('/wp-content/themes/default/images/icon-like-hover.png') 0 0 no-repeat;
}

.ldc-ul_cont span {
position:relative;
top:-10px;
display:block;
font-family: 'RIOT-';
font-size:10px;
font-weight:normal;
color:#D81817;
text-transform: uppercase;
}

.ldc-ul_cont:hover span {color:#ADBF5A;}








