.nivo-controlNav {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index:99;
    cursor:pointer;
    padding: 7px;
    background: #a30000;
}

.nivo-controlNav a {
    display:block;
    width:10px;
    height:10px;
    background:url(../images/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}

.nivo-controlNav a.active {
    background-position: -10px 0;
}

.nivo-directionNav a {
    position:absolute;
    top:270px;
    z-index:99;
    cursor:pointer;
    text-indent:-9999px;
    overflow: hidden;
}

.nivo-prevNav {
    position:absolute;
    left: -26px;
    width: 26px;
    height: 101px;
    background: url("../images/sipkaLeft.png") no-repeat left top;
    z-index:99;
}

.nivo-nextNav {
    position:absolute;
    right:-24px;
    width: 24px;
    height: 99px;
    background: url("../images/sipkaRight.png") no-repeat left top;
    z-index:99;
}

