/*******************************************************************************************************************************************
 *******************************************************************************************************************************************

 ######  ########    ###    ########   ######  
##    ##    ##      ## ##   ##     ## ##    ## 
##          ##     ##   ##  ##     ## ##       
 ######     ##    ##     ## ########   ######  
      ##    ##    ######### ##   ##         ## 
##    ##    ##    ##     ## ##    ##  ##    ## 
 ######     ##    ##     ## ##     ##  ######  

*******************************************************************************************************************************************
**************************** see http://www.dev.equideow.com/doc/gauges for more details **************************************************
*******************************************************************************************************************************************
*******************************************************************************************************************************************/

.stars{
	display: inline-block;
	position: relative;
	width: 120px;
	height: 24px;
}
.stars__fill,
.stars__background{
	position: absolute;
	left: 0;
	top: 0;
}
.stars__fill{
	overflow: hidden;
	z-index: 0;
}
.stars__background{
	z-index: 1;
}