.vegas-loading {
	background:transparent url(../images/loading.gif) no-repeat center center;
	background:rgba(0, 0, 0, 0.8) url(../images/loading.gif) no-repeat center center;
	height:35px;
	left:50%;
	margin-right:18px;
	position:fixed;
	top:50%;
	margin-bottom:18px;
	width:35px; 
	z-index:-3;
}

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