.vegas-loading {
	/*  
	background:url(../img/loader.png) no-repeat center center;
	background: url(../img/loader.png) no-repeat center center;*/
	height:42px;
	left:50%;
	position:fixed;
	top:45%;
	width:42px; 
	z-index:0;
}

.vegas-overlay {
	background:transparent url(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;
}