﻿#ts_Banner{
    margin: auto;
    width:auto;
    height:350px;
    overflow: hidden;
    position: relative;
    max-width:100%;
}
#ts_Slider{
    height:130px;
    position: relative;
    left:0;
}
#ts_Slider img{
    display: inline-block;
    float:left;
    margin:0px;
}
#ts_Banner .sign,#ts_Banner .mark{
    position: absolute;
    bottom:0;
    width:100%;
    max-width:100%;
    padding: 0;margin: 0;
    list-style: none;
    text-align: center;
}
#ts_Banner .mark{
    background-color: #333;
    filter:Alpha(Opacity = 20);
    height: 31px;
    opacity: 0.2;
}
#ts_Banner .sign span{
    display: inline-block;
    width:16px;
    height:16px;
    margin:2px;
    background-color: #fff;
    border-radius:8px;
}