.vegas-loading {
    /* Loading Gif by http://preloaders.net/ */
    -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
    height:32px;
    left:20px;
    position:fixed;
    top:20px;
    width:32px; 
    z-index:0;
    display: none;
}

.vegas-overlay {
    opacity:0.5;
    z-index:-1;
    display: none;
}

.vegas-background {
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
    z-index:-2;
    /* counteracts global img modification by twitter bootstrap library */
    max-width: none !important;
}