/* horinaja default */
.horinaja ul{
    position:relative;
    padding:0 !important;
}
.horinaja ul li{
    background:transparent;
    display:block;
    top:0;
}
/* horinaja pagination */
ol.horinaja_pagination{
    height:8px;
    margin: 0 auto;
    position:relative;
    background:transparent;
    padding-bottom:5px;
    clear:both;
    bottom:10px;
    display: none;
}
ol.horinaja_pagination li{
    float:left;
    height:8px;
    display:block;
    width: 18px;
    background: url(../images/bullets2.png) center no-repeat;
    padding-left:10px !important;
}
ol.horinaja_pagination li a{
    height:8px;
    display:block;
    background:transparent;
    float:left;
    color:white;
    font-weight:bold;
    text-align:center;
    font-size:12px;
    padding: 10px 0 0 0;
    cursor:pointer;
    width:8px;
}