.positioner {
	position: relative;
	display: inline-block;
	line-height: 0;
}

.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: 0;
}

.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('../images/5-large.png');
	width: 33px;
	height: 33px;
}

/* 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.small .stars .star_holder .star {
				/*background-image: url('../images/6-small.png');
				width: 17px;
				height: 17px;*/
				background-image: url('../images/b-large.png');
				width: 27px;
				height: 27px;
				
			}
			
			.starbox.alternate .stars .star_holder .star {
				background-image: url('../images/ribbon.png');
				width: 29px;
				height: 28px;
			}
			/*#9b04ce*/
			.starbox.colours .stars { background: #fff; }
			.starbox.colours .hover .stars { background: #fff; }
			.starbox.colours .rated .stars { background: #fff; }
			.starbox.colours .rated.hover .stars { background: #fff; }
			.starbox.colours .colorbar { background: #fff; }
			.starbox.colours .hover .colorbar { background: #9b04ce; }
			.starbox.colours .rated .colorbar { background: #9b04ce; }
			.starbox.colours .rated.hover .colorbar { background: #9b04ce; }
			.starbox.colours .ghost { background: #fff; }
			
			/*.starbox.gradient .stars .colorbar { background-image: url('gradient.png') !important; background-repeat: repeat-x; }*/
