.vegas-loading {
	/* Loading Gif by http://preloaders.net/ */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #000 url(images/loading.gif) no-repeat center center;
	height: 32px;
	left: 20px;
	position: fixed;
	top: 20px;
	width: 32px;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.7);
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

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

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