.elastic_rate
{
	position : relative;
	width    : 100px;
	height   : 19px;
	background : url(star_bg_off.png);
}

	.elastic_rate .value,
	.elastic_rate .selection,
	.elastic_rate .mask
	{
		position : absolute;
		top      : 0px;
		bottom   : 0px;
		left     : 0px;
		width    : 0px;
	}

	.elastic_rate .value
	{
		background : url(star_bg.gif);
		z-index    : 1;
	}
	
	.elastic_rate .selection
	{
		background : url(star_bg.gif);
		z-index    : 2;
	}
	
	.elastic_rate .mask
	{
		opacity    : 0;
		width      : 100%;
		z-index    : 3;
		cursor     : pointer;
	}
