/* Slideshow */
#homeshow1, #homeshow2, #homeshow3 {
	position:relative;
	top: 0px;
	left: 0px;
	overflow:hidden;
	width: 283px;
	height: 167px;

}
#image1a, #image2a, #image3a {
  position:absolute;
  top: 0px;
  left: 0px;
  overflow:hidden;
  width: 283px;
  height: 167px;
  z-index:9;
  text-align:center;
}
#image1b, #image2b, #image3b {
  position:absolute;
  top: 0px;
  left: 0px;
  overflow:hidden;
  width: 283px;
  height: 167px;
  z-index:10;
  text-align:center;
}