#home #background {
	margin-left:auto;
	margin-right:auto;
	width: 1024px;
}

#home #background #slideshow {
    position: absolute;
    height: 792px;
}

#home #background #slideshow IMG {
    position: absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#home #background #slideshow IMG.active {
    z-index:10;
    opacity:1.0;
	
}

#home #background #slideshow IMG.last-active {
    z-index:9;
}

#home #website {
	position: relative;
	z-index: 50;
}

#home #logo {
	background: url(../img/home-logo.png) no-repeat 0px;
	height: 156px;
}

#home #website #thumb {
	height: 300px;
}

#home #website #content #caption p {
	background: rgba(255, 255, 255, 0.5);
	text-align: left;
	font-size: 18px;
	color: #63544a;
	padding: 15px 0px 15px 25px;
	margin-left: 2px;
	margin-right: -42px;
}

#home #website #footer-blue {
	background: #fff;
	height: 5px;
	padding-right: 30px;
}

#home #website #content img {
	margin-top: 0px;
	margin-left: 5px;
}
