span.uix_button_content_like{
  background: url(../images/like_unlike.png) no-repeat 100% 2px;
  vertical-align: middle;
  color: #949494;
  font-weight: bold;
  padding-right: 20px;
}
.uix_button:hover span.uix_button_content_like{
  color: #2186ad;
  background: url(../images/like_unlike.png) no-repeat 100% -14px;
}
span.uix_button_content_info{
  background: url(../images/info_uninfo.png) no-repeat 100% 2px;
  vertical-align: middle;
  color: #949494;
  font-weight: bold;
  padding-right: 20px;
}
.uix_button:hover span.uix_button_content_info{
  color: #2186ad;
  background: url(../images/info_uninfo.png) no-repeat 100% -14px;
}
span.uix_button_content_unlike{
  background: url(../images/like_unlike.png) no-repeat 100% -30px;
  vertical-align: middle;
  color: #949494;
  font-weight: bold;
  padding-right: 20px;
}
.uix_button:hover span.uix_button_content_unlike{
  color: #2186ad;
  background: url(../images/like_unlike.png) no-repeat 100% -46px;
}