	
.imageSlideshowHolder {
	width: 425px;	/* 画像の幅 */
	height: 425px;	/* 画像の高さ */
	position:relative;	/* 変更不可 */
}
.leftFloatingDiv{
	float:left;
	width:160px;
	height:110px;
}


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

