body
{	
	background-image:url('images/bg.jpg');
	font-family:"Lucida Grande", Tahoma, sans-serif;
	margin:auto;
}

#allthestuff
{
	float: left;
	width: 750px;
}

#slideshow {
	float: left;
    position:relative;
    height: 170px;
    width: 700px;
 }

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}
.button-list {
width: 110%;
margin: 0px auto;
clear: left;
}
.button-list button {
display: inline-block;
float: left;
width: 150px;
}