﻿/* slidepic-01 */
.slidebox-01{width:290px;height:175px;overflow:hidden;position:relative; float:left;}
.slidepic-01{position:absolute;width:9999em;}/* 必要元素 */
.slidepic-01 li{height:175px;overflow:hidden;float:left;}
.slidebtn-01{position:absolute;bottom:5px;right:10px;float:right;}
.slidebtn-01 li{background:#000;cursor:pointer;float:left;font-family:arial;height:22px;line-height:22px;width:22px; text-align:center;color:#fff; margin:4px;}
.slidebtn-01 li.current{background:#000;height:22px;line-height:22px;width:22px;color:#fff;font-weight:800;}
