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: #ccc;
    font-size: 14px;
    margin-top: 6px;
    padding-left: 160px;
}

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

@media all and (min-width: 320px) and (max-width: 1000px) {
	#rating_1 {margin-bottom:5px;}
	.vote-hover {float:none !important;margin:0;/*margin:0 auto;*/}
	.vote-result {margin:0 !important;padding:0 !important;text-align:left;}
	.vote-success {text-align:left;}
}