div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 591px; 
	height: 395px;
	overflow: hidden;
	border:1px solid #cccccc;
	margin-left:177px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:591px;
		height:395px;
		overflow:hidden;
		float:left;
		padding:0;		
		}
	div.scroller div.content {
		width: 10000px;
		}
/*サムネール*/
	.controls{
		padding-top:7px;
		/* padding-left:261px; */
		padding-left:208px;
		/* text-align:center; */
	}
	.controls li{
		float:left;
		list-style-type:none;
		}
	.controls  img{
		border:1px solid white;
		margin-left:5px;
		}
/*各セクション*/
	div#section2 {
		background:#666666;
		color:#ffffff;
		}
/*ロールオーバー固定*/
#interior a , #interior a:hover{
	background-position:0 -25px;
	}
