.gtimer.objectWrapper div {
	width: 24px;
	height: 24px;
	background: transparent url('timer.png') no-repeat;
}
.gtimer.countdown {
   	height: 30px;
    margin: 2px;
    overflow: hidden;
}

.gtimerbar {
	position: absolute;
	height: 3px;
	background: #DE6D51;
}

@keyframes changewidth {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.gtimerbar {
  animation-duration: 0s;
  animation-name: changewidth;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
}

.gtimer label {
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	margin-right: 5px;
}
