.vegas-loading {
	/* Loading Gif by http://preloaders.net/ */
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	background:#FFF url(../images/loading_1.gif) no-repeat center center;
        padding: 5px;
	height:24px;
	right:20px;
	position:fixed;
	top:40px;
	width:24px; 
	z-index:0;
}

.vegas-overlay {
	background:transparent url(../images/overlays/01.png);
	opacity:0.5;
	z-index:-1;
}

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