.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;	
}
a {
	color:#CF0;
	text-decoration:none;	
}
/*
	a img {
		-moz-box-shadow:0 5px 5px #000; -webkit-box-shadow:0 5px 5px #000; box-shadow:0 5px 2px #000;
		border:1px solid #FFF;
		width:150px;
		height:100px;
	}
	a:hover img {
		border:1px solid #CF0;	
	}
	a:active img {
		border:1px dotted #CF0;
	}
	*/
#sponsors {
	top:40px;
}
#container {
	width:700px;
}
#pause {
	background:#000;
	cursor:pointer;
	display:none;
	font-size:40px;
	left:0;
	line-height:90px;
	height:100%;
	position:absolute;
	text-align:center;
	top:0;
	width:100%;
	margin:0;
	padding:0;
}
#footer {
	-moz-box-shadow:0 10px 10px #000; -webkit-box-shadow:0 5px 5px #000; box-shadow:0 5px 2px #000;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=5); 
    zoom: 1; 
	background:url(../../images/alpha.png);
	background:rgba(0, 0, 0, 0.5) url();
	border-bottom:1px solid #555;
	color:#FFF;
	left:0;
	padding:5px 10px;
	position:fixed;
	text-align:center;
	top:0;
	width:100%;
}
.ie h1, .ie h3, .ie a img, #footer {
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=180, Strength=5); 
  	zoom: 1; 
}