﻿.vegas-loading {
	border-radius: 10px;
	background: url(images/loading.gif) center center no-repeat #000;
	background: url("../img/loading.gif") center center no-repeat rgb(0, 0, 0, 0.7);
	height: 32px;
	left: 20px;
	position: fixed;
	top: 20px;
	width: 32px;
	z-index: 0;
}

.vegas-overlay {
	background: transparent;
	opacity: 0.5;
	z-index: -1;
}

.vegas-background {
	z-index: -2;
	max-width: none !important;
}

#home .vegas-loading {
	top: 45px;
}

#overlay {
	display: none;
	background: url(../images/alpha.png);
	background: url("../overlays/01.png");
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}