.vegas-loading {
	/* Loading Gif by http://preloaders.net/ */
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
	/* background:#000 url(http://www.haugancruises.com/scripts/images/loading.gif) no-repeat center center;
	background:rgba(0, 0, 0, 0.7) url(http://www.haugancruises.com/scripts/images/loading.gif) no-repeat center center; */
	height:32px;
	left:20px;
	position:fixed;
	top:20px;
	width:32px; 
	z-index:0;
}

.vegas-overlay {
	background:transparent url(http://www.haugancruises.com/scripts/images/top-home.jpeg);
	opacity:0.5;
	z-index:999;
}

.vegas-background {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
	z-index:-2;
    /* counteracts global img modification by twitter bootstrap library */
    max-width: none !important;
}

#donate {
	position:fixed;
	top:0;
	left:0;
/*	background:url(http://www.haugancruises.com/images/alpha.png);*/
	background:rgba(0, 0, 0, 0.5) url(http://www.haugancruises.com/scripts/jquery.vegas.css);
	padding:5px 50px 5px 5px;	
	width:99%;
	text-align:right;
}
	#donate h4 {
		margin:0;	
	}