.stars_container {
	width:100px;
	display: flex;
	margin: 0 auto;
	direction: ltr;
}
.stars_container .star {
	width:20px;
	height:20px;
	background:url('images/star-gray.png') no-repeat;
	transition:0.2s;
	cursor: pointer;
}
.stars_container .star.yellow {
	background:url('images/star-yellow.png') no-repeat;
}
.star .AggregateRating {
    display:none;
}