.vegas-loading {
	border-radius: 20px;
	background:#000 url(../../images/preload.gif) no-repeat center center;
	background:rgba(0, 0, 0, 0.7) url(../../images/preload.gif) no-repeat center center;
	width: 32px; 
	height: 32px;
	left: 50%;
	top: 50%;
	position: relative;
	z-index: 0;
}

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

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

.vegas-overlay,
.vegas-background {
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}