.vegas-loading
{
	height: 32px;
	left: 20px;
	position: fixed;
	top: 20px;
	width: 32px;
	z-index: 0;
}

.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;
	margin
}
