﻿@charset "utf-8";
/* CSS Document */

#wrap {
	width:500px;
	margin:0 auto;
}
#slideshow {
    position:relative;
    height:350px;
}
#slideshow img {
	position:absolute;
	top:10px;
	left:39px;
	z-index:8;
	opacity:0.0;
}
#slideshow img.active {
    z-index:10;
    opacity:1.0;
}
#slideshow img.last-active {
    z-index:9;
}
