
.vegas-loading {
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
	background:#EAECEB url(loading.gif) no-repeat center center;
	background:rgba(234, 236, 235, 0.7) url(loading.gif) no-repeat center center;
	height:32px;
	left:10px;
	position:fixed;
	top:10px;
	width:32px; 
	z-index:0;
}
.vegas-overlay {
	/*background:transparent url(01.png);*/
	opacity:0.5;
	z-index:-1;
}
.vegas-background {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
	z-index:-2;
	/*top:110px !important;*/
	
}

