﻿#ts_Banner{
    margin: auto;
    width:auto;
    position: relative;
    max-width:100%; float:left; padding-bottom:30px
}
#ts_Slider{
    position: relative;
    left:0;
}
#ts_Slider img{
    display: inline-block;
    float:left;
    margin:0px;
}

#ts_Banner .sign,#ts_Banner .mark{
    position: absolute;
    bottom:35px;
    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;
	bottom:30px;
}
#ts_Banner .sign span{
    display: inline-block;
    width:12px;
    height:12px;
    margin:5px;
    background-color: #fff;
    border-radius:8px;
}