/* CSS Document */

	#slideshow {
		position: relative;
		width: 189px;
		height: 305px;
		overflow: hidden;
	}
	#slideshow img {
		position: absolute;
		left: 0;
		top: 0;
		width: 189px;
		height: 305px;
	}

