.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:rgba(0, 0, 0, 0.7) url(../images/loading.gif) no-repeat center center;
	height:40px;
	left:2%;
	position:fixed;
	top:500px;
	width:40px; 
	z-index:0;
}

.vegas-overlay {
	background:transparent url(../images/01.png);
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index:-1;
}

.vegas-background {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
	z-index:-2;
}

.vegas-loading {
	top:auto;
	bottom:20px;
}
.vegas-overlay {
	background:transparent url(/js/vegas/overlays/04.png);
}
ul {
	float:right;
}
li {
	float:left;
	list-style:none;
	margin:4px !important;
	position:relative;
}
	li a {
		outline:none;
	}
p {
	clear:both;	
}

#sponsors {
	top:40px;
}

.ie h1, .ie h3, .ie a img, {
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=180, Strength=5); 
  	zoom: 1; 
}