	
	.imageSlideshowHolder{
		margin:0px;	/* 余白 */
		width:1000px;	/* 画像の幅 */
		height:400px;	/* 画像の高さ */
		position:relative;	/* 変更不可 */
	}

	/* 以下は変更不可 */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}

