#slideshow {
	position: relative;
	padding: 0;
	list-style: none;
	width: 460px; /* the width of the container, change if necessary */
	height: 300px; /* the height of the container, change if necessary */
}

#slideshow img {
	border: none;
}
