/*
	slide_simplefade.css
*/

#slide{

}

#slide img{
	/* 全てを透明にして、画像を重ねる */
	opacity: 0;
	position: absolute;
}

