﻿.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;
	background: url('../img/loading.gif') center center no-repeat rgba(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 {
		-ms-interpolation-mode: bicubic;
	z-index:-2;
    /* counteracts global img modification by twitter bootstrap library */
    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;
}
