.swsPrevent
{
    position: fixed;
    width: 100%;
    display: none;
    background: rgba(0,0,0,0.7);
    height: 100%;
    z-index: 1002;
}
.swsPrevent .swsLoading
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    /*margin-left: -110px;*/
    margin-left: -20px;
    /*width: 220px;*/
    width: 40px;
    display: block;
    /*background: url('../gfx/golding.gif') no-repeat;*/
    background: url('../gfx/golding.svg') no-repeat;
    /*height: 20px;*/
    height: 40px;
    z-index: 1003;
}