.barBG{
    width: 100%;
    height: 100%;
    background-image: url(barBG.png);
    position: relative;
    background-size: 100% 90%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.barBG:before{ 
       content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(barBorder.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: -2px;
    z-index: 3;
    
}

.barTime{
background-image: url(barPrecent.png);
    width: calc(100% - 4px);
    background-size: 100% 80%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 2px;
    top: 2px;
	transition: .3s linear;

}

.bgBarTime{
display:none;
}