.slideshow {
	width: 400px;
	height: 300px;
	overflow: hidden;
	position: relative;
	float: right;
	margin: 0 0 10px 10px;
	text-align: center;
	border: 1px solid black;
}

.slideshow img {
	position: absolute;
	border: none !important;
top: 0;
left: 0;
}