.photo-object {
    padding:10px;
    display:inline-block;
    background:#FAFAFA;
}
.photo-voting .pstar {
    background: url("../img/star.png") no-repeat; 
    cursor: pointer; 
    float: left !important; 
    height: 20px; 
    width: 20px; 
}

.photo-voting {
    display:block;
    background:#FAFAFA;
}

.photo-voting .opacity100 {
    opacity: 1.0!important;
}

.photo-voting .r {
    margin:auto;
    width:110px;
    display:block;
    height:30px;
    padding:5px;
    padding-bottom:0px;  
    clear:both;  
}

.photo-voting .ajax {
    margin-top:5px;
    display:block;
    text-align:center;
    font-size:20px;
    color:#c0c0c0;
}
.photo-voting .ajax span{
    font-size:10px;
    color:#c0c0c0;
    display:block;
    clear:both;
}

.transparent .pstar { opacity: .25; /*BASE STARS ARE TRANSPARENT UNTIL MOUSEOVER*/ } 
.rating .pstar { opacity: 1.0; /*CURRENT RATING IS VISIBLE UNTIL MOUSEOVER*/ } 
.votes { float: left; /*KEEPS THE NUMBER OF VOTES NEXT TO THE RATING & BASE*/ }