div.vote-wrap{
    overflow: hidden;
}

div.vote-block{
	position: relative;	
}

div.vote-hover{
   // float: left;
    cursor:  pointer;
}


div.vote-stars{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-active{
	position: absolute;
	left: 0;
	top: 0;
}


div.vote-result{
    color: #555;
    font-size: 14px;
    margin: 10px 0 0 0;
}


div.vote-success{
    clear: both;
    color: #555;
    font-size: 14px;
    margin: 3px 0 0 0;
}