@charset "UTF-8";

#slideshow {
	position: relative;
	width: 960px;
	height: 378px; /* スライドのサイズに合わせる */
	margin:  0 auto;
}

#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

#slideshow img.active {
	z-index: 10;
}

#slideshow img.last-active {
	z-index: 9;
}
