.like-photo-wrapper { position: relative; overflow: hidden; font-family: 'league', "Trebuchet MS", sans-serif; font-size: 19px; font-weight: normal; }
.like-photo-wrapper .votes { position: absolute; background: transparent; color: white; bottom: 5px; left:22px;  padding: 0em; height:25px; overflow: hidden;}
.like-photo-wrapper span.currentVotes { padding:0 1em; background: #4fb7a9; display: block; float: left; height: 100%; line-height: 25px; }
.like-photo-wrapper .votes a { background: black; color: white;  text-decoration: none; float: left; display: block; height: 100%; line-height: 25px;
-moz-transition: all .2s;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
padding: 0 3px;
}
.like-photo-wrapper .votes a:hover, .like-photo-wrapper .votes a:focus { background: white; color: black; padding-left: 13px;  }