.metalHolder {
    width:250px;
    height:11px;
    position:relative;
    background:url(images/input-holder-bg.png) top left no-repeat;;
}
 
.holder {
    width:24px;
    height:25px;
    position:absolute;
    top:-7px;
     
    background:url(images/holder.png) top left no-repeat;
    /*cursor:pointer;*/
}
 
.progress {
    height:100%;
    position:absolute;
    top:0;
    left:0;
     
    background:url(images/input-holder-fill.png) 1px 1px no-repeat;
}