.positioner {position: relative;display: inline-block;line-height: 0;}
.starbox {display: inline-block;line-height: 1em;vertical-align:middle;}
.starbox .colorbar, .starbox .ghost {z-index: 0;position: absolute;top: 0;bottom: 0;left: 0;}
.starbox .stars {display: inline-block;}
.starbox .stars .star_holder {position: relative;z-index: 1;}
.starbox .stars .star_holder .star {display: inline-block;vertical-align: baseline;background-repeat: no-repeat;}

/* Override with your own image and size… */
.starbox .stars .star_holder .star {
	/*background-image: url('../../templet/images/jstarbox/5-large.png');
	width: 33px;
	height: 33px;*/
	background-image: url('/images/jstarbox/star_n.png');
	width: 18px;
	height: 18px;
}

/* Override with your own colours… */
/*.starbox .stars { background: #cccccc; }
.starbox .rated .stars { background: #dcdcdc; }
.starbox .rated.hover .stars { background: #cccccc; }
.starbox .colorbar { background: #1e90ff; }
.starbox .hover .colorbar { background: #ffcc1c; }
.starbox .rated .colorbar { background: #64b2ff; }
.starbox .rated.hover .colorbar { background: #1e90ff; }
.starbox .ghost { background: #a1a1a1; }*/
.starbox .colorbar {z-index:5;background-image: url('/images/jstarbox/star_y.png');}
.starbox .ghost {z-index:5;background-image: url('/images/jstarbox/star_ghost.png');}
