 /*SAMPLE-B*/
        #slide_b { position:relative;width:100%; height:555px; overflow:hidden; float:left; }
        
        #slide_b .ico_b
        {
            position:absolute; 
            right:8px;
            bottom:6px
        }
        #slide_b .ico_b li
        {
            background:#fff;
            float:left;
            display:block; 
            width:15px; 
            height:15px; 
            line-height:15px;
            border:1px solid #cecece;
            font-family:Arial, Helvetica, sans-serif;
            text-align:center;
            margin:2px; 
            padding: 1px;
            cursor:pointer;
        }
        #slide_b .ico_b li.high_b
        {
            background:#a40000;
            color:#fff;
            font-weight:bolder;
        }