﻿/* 本例子css */
.txtMarquee-left_tit { width:1025px;  position:relative;float: left;}
.txtMarquee-left_tit .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.txtMarquee-left_tit .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(icoLeft.gif) no-repeat;}
.txtMarquee-left_tit .hd .next{ background:url(icoRight.gif) no-repeat;  }
.txtMarquee-left_tit .bd{ padding:10px; }
.txtMarquee-left_tit .bd .tempWrap{ width:1025px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left_tit .bd ul{ overflow:hidden; zoom:1; }
.txtMarquee-left_tit .bd ul li{ margin-right:45px;  float:left; height:24px; line-height:24px;  text-align:left; _display:inline; width:auto !important;  }/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txtMarquee-left_tit .bd ul li a{color: #999999;}

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