/* Small Size */

.gauge-small{
  width: 37px;
  height: 211px;
  position:relative;
  background: #333 url(../images/gauge-small.gif) top left no-repeat;
}

.gauge-small .current-value {
  position:absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  width: 100%;
  background: red url(../images/gauge-small.gif) bottom right no-repeat;
}

/* Large Size */

.gauge-large{
  width: 77px;
  height: 442px;
  position:relative;
  background: #333 url(../images/gauge.gif) top left no-repeat;
}
.gauge-large .current-value{
  position:absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  width: 100%;
  background: red url(../images/gauge.gif) bottom right no-repeat;
}

/* General Size */

.gauge-large .current-value  p,
.gauge-small .current-value  p {
  display:none;
}
