﻿/* rating bar styles*/
.rating_bar {
	width: 100px;
	background: url(../png/newstar_emptysg2c.png) repeat-x 0 0;
	display: inline-block;
}

.rating_bar div {
	height: 20px;
	background: url(../png/newstar_full8v9m.png) repeat-x 0 0;
}

