.touchSlider { width:100%; margin:0 auto; position:relative; overflow:hidden;}
.touchSlider ul { top:0; left:0; overflow:hidden; } /*position:absolute;*/
.touchSlider ul li { font-size:14px; }
.touchSlider ul li td { padding:0px; } /* */
.list_item { text-overflow:ellipsis; overflow-x:hidden; overflow-y:hidden; height:20px; }

.btn_area { overflow:hidden; text-align:center;margin-top:10px;margin-bottom:20px;}
.btn_area button { background:#000; font-size:16px; color:#fff; font-weight:bold; }
.btn_area button.btn_prev {  }
.btn_area button.btn_next {  }
.btn_area .btn_page { display:inline-block; width:9px; height:9px; font-size:0px; line-height:25px; text-indent:-9999px; background:url(/m/images/sbtn_dot_g.gif) no-repeat; margin:0 3px; vertical-align:middle; }
.btn_area .btn_page.on { background:url(/m/images/sbtn_dot_b.gif) no-repeat; line-height:25px; }
