#slides {
    position: relative;
}
#slides .slides-container {
    display: none;
}
#slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
#slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}

.slides-navigation {
    
}

.slides-navigation a {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 39px;
    height: 61px;
    line-height: 61px;
    color: #ffffff;
    text-align: center;
    z-index: 9;
}

.slides-navigation a.prev {
    background: url(../img/levo.png) no-repeat center center;
    left: 15px;
    right: auto;
}
.slides-navigation a.next {
    right: 15px;
    left: auto;
    background: url(../img/desno.png) no-repeat center center;
}

.slides-pagination {
    display: none;
    position: absolute;
    z-index: 99999;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.slides-pagination a {
    border: 2px solid #222;
    border-radius: 15px;
    width: 10px;
    height: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
    margin: 2px;
    overflow: hidden;
    text-indent: -100%;
}
.slides-pagination a.current {
    background: #222;
}