.stpb-LayerSlider .ls-circle-timer, 
.stpb-LayerSlider .ls-nav-start, 
.stpb-LayerSlider .ls-nav-stop {display: none !important}

.stpb-LayerSlider .ls-fullwidth .ls-nav-prev {
    background: url("images/large_right.png") no-repeat scroll top left transparent;
    cursor: pointer;
    height: 52px;
    position: absolute;
    right: 20px;
    left: auto;
    width: 40px;
    z-index: 100;
    top: 50%;
    margin-top: -20px;
    display: block;
}

.stpb-LayerSlider .ls-fullwidth .ls-nav-next {
    background: url("images/large_left.png") no-repeat scroll top left transparent;
    cursor: pointer;
    height: 52px;
    position: absolute;
    width: 40px;
    z-index: 100;
    left: 20px;
    right: auto;
    top: 50%;
    margin-top: -20px;
    display: block;
}

.stpb-LayerSlider .ls-fullwidth .ls-nav-prev:hover,
.stpb-LayerSlider .ls-fullwidth .ls-nav-next:hover {
    background-position: bottom left;
}