#gallery {
    position: relative;
    margin: 0 auto;
    width: 220px;
    height: 220px;
    background: #2a2a2f;
    border: 1px solid #888;
}

#progress {
    margin: 0px auto;
    width:100px;
    height: 15px;
    padding: 2px;
    border: 1px solid #888;
}

#progress .bar {
    width:0px;
    text-align: center;
    font-size: 10px;
    height: 15px;
    background: #2a2a2f;
    color: #fff;
    font-weight: bold;
}

#gallery2 {
    position: relative;
    margin: 0 auto;
    width: 220px;
    height: 220px;
    background: #2a2a2f;
    border: 1px solid #888;
}

#progress2 {
    margin: 0px auto;
    width:100px;
    height: 15px;
    padding: 2px;
    border: 1px solid #888;
}

#progress2 .bar2 {
    width:0px;
    text-align: center;
    font-size: 10px;
    height: 15px;
    background: #2a2a2f;
    color: #fff;
    font-weight: bold;
}
