#slideshow {
	position: relative;
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
	float: left;
	height: 450px;
}
#slideshow img {
	position: absolute;
	top: 0;
	left:0;
	z-index: 8;
	opacity: 0.0;
	height: 426px;
	width: 640px;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}

/* 拡大版 */

#slideshow_l {
	position: relative;
	width: 880px;
	margin-left: 40px;
	margin-right: 20px;
	clear: both;
	float: left;
	height: 550px;
}
#slideshow_l img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#slideshow_l img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow_l img.last-active {
   z-index: 9;
}


/* 縮小版 */

#slideshow_s {
	position: relative;
	width: 100%;
	clear: both;
}
#slideshow_s img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	width: 380px;
	margin-left: 0px;
	height: auto;
	margin-right: 0px;
}
#slideshow_s img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow_s img.last-active {
   z-index: 9;
}
