/* CSS Document */

	#slideshow {
		position: relative;
		width: 540px;
		height: 210px;
		overflow: hidden;
	}
	#slideshow img {
		position: absolute;
		left: 0;
		top: 0;
		width: 540px;
		height: 210px;
	}

