.vegas-loading {
	/* Loading Gif by http://preloaders.net/ 
	background: url(../img/progress.gif) no-repeat center center;
	height:16px;
	left:50%;
	position:fixed;
	top:50%;
	width:16px; 
	z-index:0;
	*/
}

.vegas-overlay {
	display: none;
}

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

