div#my-glider{
 margin:0 auto;
 padding:20px 0 0 0;
 width:850px;
 height:250px;
 background-image:url(/bio/images/bg-home-main.jpg);
 background-position:center;
 background-repeat:no-repeat;
 position:relative;
}


div.scroller { 
/* modify width and height of scrolling section if necessary */		
width: 350px; 
height: 220px;
overflow: hidden;
margin-left:411px;
}

div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
width:360px;
height:250px;
overflow:hidden;
float:left;
padding-top:11px;		
}


div.scroller div.content {
width: 10000px;
}


/* スライダーJavaScriptの前後ボタン位置指定ここから */

div#glider-prev { /* Win Firefox表示用（デフォルト） */
 position:absolute;
 top:115px;
 left:368px;
}

* html div#glider-prev { /* IE6表示用ハック */
 position:absolute;
 top:115px;
 left:368px;
}


div#glider-next { /* Win Firefox表示用（デフォルト） */
 position:absolute;
 top:115px;
 left:770px;
}

* html div#glider-next { /* IE6表示用ハック */
 position:absolute;
 top:115px;
 left:770px;
}


/* スライダーJavaScriptの前後ボタン位置指定ここまで */

