#slideshow {
    position:relative;
	width: 300px;
	height: 200px;
}

#slideshow IMG {
	position:absolute;
	top:7px;
	left:11px;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.mainbox{
	width: 440px;
	height: 150px;
	color:#527497;
	font-weight: normal;
	font-size: .8em;
	padding: 20px 30px;
	background:url(../images/mainbox.jpg) no-repeat top left;
	float: left;
	}
	
.mainbox h1{
font:Tahoma, Geneva, sans-serif;
color:#917721;
font-size: 1.5em;
padding-bottom: 3px;
}

#pic{
width: 280px;
height: 190px;
margin: 0px 0px 20px 20px;
}

#pic img{
width: 270px;
}


