.mediaLoader{

}

.progressBlocker{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgb(255,255,255);
    z-index: 666666;
    display: block;
    opacity: 0;
}

.progressContainer{
    position: absolute;
    border-radius: 10px;
    height: 33px;
    border: 1px solid #808080;
    display: block;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    top: 200px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    background-color: #808080;
    z-index: 777777;
    display: none;
}
.progressBar{
    background-color: #G0G0G0;
    border-radius: 10px;
    display: block;
    height: 33px;
    width: 0px;
    text-align: center;
    font-family: Georgia;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 33px;
    background-image: url(bar_green_35.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    font-weight: bold;
    z-index: 888888;
    display: none;
}
.progressText{
    position: absolute;
    height: 33px;
    width: 500px;
    text-align: center;
    font-family: Georgia;
    font-size: 12px;
    color: #F0F0F0;
    line-height: 33px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    font-weight: bold;
    z-index: 999999;
    display: none;
}