#home-fader {
	position: relative;
	width: 738px;
	height: 504px;
}
#home-fader-bg {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 738px;
	height: 504px;
}
// set z-index below to 200 to display text, and all background styles to black
#home-fader-desc {
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	z-index: 0;
	right: 20px;
	top: 10px;
	width: 250px;
	padding: 10px;
	border: 1px solid white;
	-webkit-box-shadow: 0 0 10px silver;
	-moz-box-shadow: 0 0 10px silver;
	box-shadow: 0 0 10px silver;
}
#home-fader-desc h1 {
	margin: 0;
	padding: 0 0 6px;
  font-size:14px;
  font-color: white;
}
#home-fader-desc div {
	color: white;
	line-height: 14px;
}
#home-fader-desc a {
	display: block;
	padding: 2px 6px;
	margin-top: 2px;
	float: right;
	background-color: white;
	color: white !important;
}
#home-fader-desc a:hover {
	background-color: #6699ff;
}
#home-fader-desc a img {
	display: none;
}
#home-fader-nav {
	position: absolute;
	z-index: 300;
	right: 20px;
	bottom: 10px;
	background-color: rgba(255,255,255,0.5);
	padding: 2px 6px;
}
#home-fader-nav a {
	display: inline-block;
	background-color: transparent;
	padding: 2px 6px;
	color: white;
	font-weight: bold;
}
#home-fader-nav a:hover, 
#home-fader-nav a.current:link,
#home-fader-nav a.current:visited {
	color: white !important;
	background: white;
}
#home-fader-desc div {
	display: none;
}
#home-fader-desc div.current {
	display: block;
}
.mod-content {
	margin: 5px 0 0 !important;
}
.welcome-top { 
  margin: 0 0 5px 0;
}