#w-pricer-container {
  margin: .25em 0;
  display: inline-block;
}
.pricing {
  display: inline-block;
  width: 80px;
  height: 16px;
  position: relative;
  margin: 0.2em;
  background-image: url("../images/grey-bahtsigns.gif");
}
.wr-pricing-1 span {
  background: url("../images/yellow-bahtsigns.gif") no-repeat 64px 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -64px;
  top: 0;
}
.wr-pricing-2 span {
  background: url("../images/yellow-bahtsigns.gif") no-repeat 48px 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -48px;
  top: 0;
}
.wr-pricing-3 span {
  background: url("../images/yellow-bahtsigns.gif") no-repeat 32px 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -32px;
  top: 0;
}
.wr-pricing-4 span {
  background: url("../images/yellow-bahtsigns.gif") no-repeat 16px 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -16px;
  top: 0;
}
.wr-pricing-5 span {
  background: url("../images/yellow-bahtsigns.gif") no-repeat 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.wr-average-pricing {
  display: inline-block;
  width: 80px;
  height: 16px;
  position: relative;
  margin: 0em 0.2em;
  background-image: url("../images/grey-bahtsigns.gif");
}
.wr-average-pricing span {
  background-image: url("../images/yellow-bahtsigns.gif");
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
}
