/* Slideshow */
#slideshow_container {
  position:relative;
  z-index:10;
  width: 600px;
  height: 175px;
}
#slideshow {
	position:relative;
	top: 0px;
	left: 0px;
	overflow:hidden;
	width: 615px;
	height: 175px;
}
#image1 {
  position:absolute;
  top:0px;
  left:0px;
  z-index:10;
  width: 600px;
  height: 175px;
  overflow:hidden;
  text-align:center;
  background:#000;  
}
#image0 {
  position:absolute;
  top:0px;
  left:0px;
  z-index: 9;
  width: 600px;
  height: 2175px;
  overflow:hidden;
  text-align:center;
  background:#000;
}