#stage img{
	display: none;
	position: absolute;
	margin-top: 30px;
    }

#stage #img1{
        /* 1枚目の画像だけを表示 */
        display:block;
    }