.slider {
    width: 934px;
    height: 291px;
    position: relative;
    z-index: 0;
    border: 3px solid #d1d4d8;
    border-radius:4px;
}
.slider-hider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.slider-stack {
    position: absolute;
    top: 0;
    left: 0;
    width: 9999px;
}
.slider-item {
    float: left;
}
.slider-points,
.slider-arr,
.slider-pp {
    position: absolute;
    z-index: 3;
    display: block;
}
.slider-pp { display: none; left: 45%;}
.slider-points,
.slider-controls { /*display: none;*/}

.slider-points { bottom: 5px; right: 5px;}
.slider-points-item { float: left; margin-right: 3px; cursor: pointer;}
.slider-points-item.active { }

.slider-arr {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    cursor: pointer;
}
.slider-arr.prev { left: 11px; top:109px; font-size:0; width: 44px; height: 44px; background: url(sl-left.png) no-repeat left top;}
.slider-arr.next { right: 11px; top:109px; font-size:0; width: 44px; height: 44px; background: url(sl-right.png) no-repeat left top;}

.slider-pp span { cursor: pointer; padding: 0 5px;}
.slider-pp span:first-child { display: inline;}
.slider-pp span:first-child + span { display: none;}
.slider-pp.on span:first-child { display: none;}
.slider-pp.on span:first-child + span  {display: inline;}