#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 {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 46%;
    width: 100%;
}
.slides-navigation a {
    position: absolute;
    display: block;
}
.slides-navigation a.prev {
    left: 0;
}
.slides-navigation a.next {
    right: 0;
}

.slides-pagination {
    position: absolute; left: 0; bottom: 200px; width: 100%; text-align: center; z-index: 99;
}
.slides-pagination a {
    display: inline-block; width: 38px; height: 38px; background: url(../images/pg-normal.png) no-repeat center; font-size: 0;
}
.slides-pagination a.current {
    background: url(../images/pg-active.png) no-repeat center;
}

#block-views-shore-slider-block > h2{display: none}
