.dot_slider{
    padding: 0px;
    margin: 0 auto;
    width: 970px;
    height: 324px;
    position: relative;
    font-family: Arial,Sans-Serif;
    font-size: 13px;
    overflow-x: hidden;
}
.dot_slider a{
    text-decoration: none;
}
.dot_slider a:hover{
    text-decoration: underline;
}
.dot_slider .slides_box{
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position: absolute;
}
.dot_slider .title_thumb_box{
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.dot_slider .title_thumb_box .title_box{
    padding: 5px;
}
.dot_slider .title_thumb_box .thumb_box{
    text-align: left;
    padding: 15px 0 15px 20px;
}
.dot_slider .title_thumb_box .thumb_box span{
    padding: 0 5px;
}
.dot_slider .title_thumb_box .thumb_box span img{
    cursor: pointer;
}
.dot_slider img{
    padding: 0px;
    margin: 0px;
    border: none;
}
.dot_slider ul{
    padding: 0px;
    margin: 0px;
    position: absolute;
    list-style: none;
}
.dot_slider ul li{
    padding: 0px;
    margin: 0px;
    float: left;
}
.dot_slider ul li a{
    display: block;
}