/* horslider default */
.horslider ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0
    }
.horslider ul li {
    background: transparent;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0
    }
/* horslider pagination */
ol.horslider_pagination {
    height: 40px;
    margin: 0 auto;
    position: relative;
    background: transparent;
    padding: 5px 0 0 0;
    clear: both
    }
ol.horslider_pagination li {
    float: left;
    height: 40px;
    display: block
    }
ol.horslider_pagination li a {
    height: 30px;
    display: block;
    background: transparent;
    float: left;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    padding: 10px 0 0 0;
    cursor: pointer
    }