  /* 本例子css */
        .txtMarquee-left{ width:1174px;  position:relative; margin: 0 auto;  }
        .txtMarquee-left .hd .prev,.txtMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; background:url("images/icoLeft.gif") no-repeat;}
        .txtMarquee-left .hd .next{ background:url("images/icoRight.gif") no-repeat;  }
        .txtMarquee-left .bd{ padding:10px; margin: 0 auto;width:1174px;}
        .txtMarquee-left .bd .tempWrap{ width:1170px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
        .txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
        .txtMarquee-left .bd ul li{ margin-right:20px;  float:left; height:24px; line-height:24px;  text-align:left; _display:inline; width:auto !important; list-style: none; }/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
        .txtMarquee-left .bd ul li a{text-decoration: none;color:#000;}
        .txtMarquee-left .bd ul li a:hover{color:#6C3A00;}

        .txtMarquee-left .bd ul li span{ color:#999;  }