/*slideshow stuff */
#slideshow {
	display: none;/* This is so people w/o js will not see slideshow */
	margin:0;
	padding:0;
	width:800px;
	height: 315px;
}
#slideshow #slidecontainer {
  margin:0;
  padding:0;
  width:800px;
  height: 315px;
  overflow:hidden;
}
#slideshow #slidecontainer .slide {
  margin:0;
  width:800px;
  height: 315px;
  padding:0;
}
#slideshow #slidecontainer .slide img, #onepicture img {
  width:800px;
  height:315px;
  margin: 0;
  padding:0;
  border: 0;
}
#slide1 {
	float: left;
}
#slide2 {
	float: right;
}
#onepicture {
	display: block;/* This is so people w/o js will see 1 pic instead of slideshow */
	margin:0;
	padding:0;
	width:800px;
	height: 315px;
	position:relative;
}
