.like-photo-wrapper { position: relative; background: url('../../../../style-sub/wp-content/themes/adapt/images/lt-gray-texture.png') 0 0 repeat; border: 1px solid #cfcfcf; margin: 5px;height: 225px; padding-top: 10px; font-family: 'Open Sans', Helvetica, Arial, sans-serif;}
.like-photo-wrapper .votes { 
  position: absolute; 
  background: transparent; 
  color: #ff6698; 
  bottom: 0;
  height: 66px;
  width: 100%;
  font-size: 12px;
  text-transform:uppercase;
}
.like-photo-wrapper .currentVotes { color: #FD669B}
.voteCount {
  position: relative;
  color: #333;
  background-color:#f5f5f5;
  margin: 0 0 0 8px;
  padding:0px 8px;
  text-align:center;
  min-width:12px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -webkit-box-shadow: inset 0px 0 3px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0px 0 3px rgba(0,0,0,0.25);
  box-shadow: inset 0px 0 3px rgba(0,0,0,0.25); 
  border: 1px solid #cfcfcf;
  display:inline-block;
}
.voteCount:before {
  position: absolute;
  display: block;
  content: "";  
  border-color: transparent #cfcfcf transparent transparent;
border-style: solid;
border-width: 7px;
height: 0;
width: 0;
position: absolute;
bottom: 4px;
left: -14px;
}
.voteCount:after {
  position: absolute;
  display: block;
  content: "";  
  border-color: transparent #f5f5f5 transparent transparent;
border-style: solid;
border-width: 9px;
height: 0;
width: 0;
position: absolute;
bottom: 2px;
left: -14px;
}
.like-photo-wrapper > a > img {
max-height: 150px;
}
.like-photo-wrapper .votes .vote-button { 
  background-color: #FD669B;
  border: solid 1px #C43064; 
  color: white;  
  text-decoration: none; 
  padding: 4px 0px;
  width:152px;
  position: relative;
  top: 6px; 
  font-weight:bold;
  display: block;
  margin:0 auto;
}

.like-photo-wrapper .votes .vote-button.inactive {
  background-color: #CFCDCD;
  border: solid 1px #B8B6B6;
}

.like-photo-wrapper .votes a:hover {background-image: url('../../themes/adapt/images/bg-light.png');}