div#slidescontainer {
	height: 295px;
	position: relative;
	}
div#slideshow {
	height: 295px;
	z-index: 10;
	}
img#next {
	position: absolute;
	bottom: 10px;
	left: 561px;
	z-index: 50;
	cursor: pointer;
	}
img#prev {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 50;
	cursor: pointer;
	}
