.vegas-loading {
	display:none !important;
}

.vegas-overlay {
	background: transparent url(../%E6%97%A5%E6%9C%AC%E9%9B%86%E4%B8%AD%E6%B2%BB%E7%99%82%E5%8C%BB%E5%AD%A6%E5%AD%A6%E7%A7%91%E4%BC%9A_files/overlays/01.html);
	opacity: 0.5;
	z-index: -1;
}

.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;
}