.like {
  cursor:pointer;
}

.recent-press-releases .like {
  margin-left:15px;
  float:left;
  text-align:middle;
  background-image:url('/images/like/like_small.png');
  width:80px;
  height:16px;
}

.recent-press-releases .liked {
  background-image:url('/images/like/liked_small.png');
}


#view_photo_section .like, #view_video_section .like {
  margin-left:10px;
  float:left;
  background-image:url('/images/like/like.png');
  width:96px;
  height:34px;
}

#view_photo_section .liked, #view_video_section .liked {
  background-image:url('/images/like/liked.png');
}

#publication-options .like {
  float:left;
  background-image:url('/images/like/like.png');
  width:96px;
  height:34px;
}

#publication-options .liked {
  background-image:url('/images/like/liked.png');
}

#publication-search-result .like {
  height:34px;
  width:96px;
  background-image:url('/images/like/new-like.png');
}

#publication-search-result .liked {
  background-image:url('/images/like/new-liked.png');
}

#attachment-search-result .like {
  float:left;
  margin-left:10px;
  margin-top:-5px;
  height:34px;
  width:96px;
  background-image:url('/images/like/like.png');
}

#attachment-search-result .liked {
  background-image:url('/images/like/liked.png');
}

#video_like .like {
  margin-left:10px;
  float:left;
  background-image:url('/images/img_video-control_like.png');
  width:52px;
  height:35px;
}

#video_like .liked {
  background-image:url('/images/img_video-control_liked.png');
}

#photo_like .like {
  margin-left:10px;
  float:left;
  background-image:url('/images/img_video-control_like.png');
  width:52px;
  height:35px;
}

#photo_like .liked {
  background-image:url('/images/img_video-control_liked.png');
}

#homepage_recent_press_releases .like {
  margin-left:10px;
  float:left;
/*  background-image:url('/images/homepage_like.png');*/
  width:66px;
  height:21px;
  background:url(../images/sprites/sprites02.png) -90px -55px;  
}

#homepage_recent_press_releases .liked {
  /*background-image:url('/images/homepage_liked.png');*/
  background:url(/images/homepage_liked.png) -66px -63px;
}

#new_photo_like .like {
  background-image: url("/images/business_news_room/photosIcon04.jpg");
  float: right;
  height: 26px;
  margin-right: 10px;
  width: 62px;
}

#new_photo_like .liked {
  background-image:url('/images/business_news_room/photosIcon06.jpg');
  width:69px;
}

#business_news_room .like {
  
  height:40px;
  width:54px;
  background-image:url(/images/business_news_room/like_btn.png);
}
#business_news_room .liked {
  background-image:url(/images/business_news_room/liked_btn.png);
}
