.slideshow {
	margin: auto;
	text-align: center;

	position: relative;

}
.slideshow img {


}




.forward {
	position: absolute;
	height: 29px;
	width: 29px;
	z-index: 1000;
	top: 300px;
	right: 50px;
	display: none;
}
.back  {
	position: absolute;
	height: 29px;
	width: 29px;
	z-index: 1000;
	top: 300px;
	right: 80px;
	display: none;
}

