.rating{
    position: relative;
    height: 13px;
    width: 96px;
}
.rating .bx_stars_bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #fff url(images/stars.png) repeat-x bottom left;
}

.rating .bx_stars_progres{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #fff url(images/stars.png) repeat-x top left;
    z-index: 2;
}


/*.rating .bx_vam{vertical-align: middle;}*/

@media (max-width:530px){
	.bx-touch .rating .bx_stars_container{

	}
	.rating .bx_stars_rating_votes{

	}
}