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

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

