/* ======= STAR-RATER ======== */
.gallery .details div  {
width:90px;
}

.star-rating {
background-position:left top;
height:25px;
list-style:none;
margin:0;
overflow:hidden;
padding:0;
position:relative;
width:125px;
}

.star-rating li {
display:inline;
}

.star-rating a,.star-rating .current-rating {
border:none;
height:25px;
left:0;
line-height:25px;
outline:none;
overflow:hidden;
position:absolute;
text-indent:-1000em;
top:0;
}

.star-rating a:hover,.star-rating a:active,.star-rating a:focus {
/* background-position:left bottom; */
background-position:left -20px;

}

.star-rating .current-rating {
/* background-position:left center; */
background-position:left -10px;
z-index:1;
}

.love:hover,.love:active,.love:focus {
background-position:left -44px;
}

.love {
display:block;
width:10px;
background-position:left -32px;
}

.small-star {
height:10px;
width:50px;
}

.small-star,.small-star a:hover,.small-star a:active,.small-star a:focus,.small-star .current-rating, .love {
background-image:url(/images/star_small.gif);
height:10px;
line-height:10px;
}

.infolovsms {
padding:10px;
position:absolute;
z-index:1000;
border:1px solid #EEE;
background-color:#fff;
width:300px;
}

.infolovsms span{
color:#ff588f;
font-weight:700;
}