#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	padding: 28px 18px 20px 20px;
	margin: 0px 20px 0px 0px;
	opacity: 0;
}
#slideshow {
	position: relative;
	height: 355px;
}
#slideshow img.active {
	z-index: 10;
	opacity: 1;
}

#slideshow img.last-active {
	z-index: 9;
}

#left {
	width: 530px;
	float: left;

	background-image: url('../_images/bg-home-photo.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
#left p {
	margin: 0px;
	padding: 0px;

	font-family: Georgia, Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #07061a;
	text-align: center;
}
#right {
	margin-left: 550px;
}

