.sliderBullets {
    position:absolute;
    bottom: 20px;
    left: 50%;
    z-index: 50;
    margin-left: -100px;
    width: 200px;
    text-align: center;
    height: 20px;
}

.sliderBullets a {
    display: inline-block;
    margin: 0 5px;
    width: 16px;
    height: 16px;
    background: transparent url(/kernel/js/mobilyslider/gfx/dots6.png) no-repeat;
    background-position: -54px 0;
    color: transparent;
    font-size: 1px;
    text-decoration: none;
}

.sliderBullets .active {
background-position: 0 0;
}

.sliderBullets a:hover {
background-position: -27px 0;
}

.slider-content_c a {
    outline: none;
}