	
	
	.slide{
	background:url(img/bg_slide.gif) no-repeat;
	width:482px;
	height:209;
	margin:0 auto 30px;
	}
	
	
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		
			margin:0 auto;
		width:462px;	/* 画像の幅 */
		height:189px;	/* 画像の高さ */
		
		position:relative;	/* 変更不可 */
	}
	
	.leftFloatingDiv{
		float:left;
		width:160px;
		height:110px;
	}
	
	.noFloatingDiv{
		float:none;
		margin: auto;
		width:160px;
		height:110px;
	}
	
	/* 以下は変更不可 */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:10px;
	}
