.jquery-slider {
    overflow: hidden;
    position: relative;
}
.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 20px;
    right: 5px;
}
.jquery-slider-control,
.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    background: #4A4A4A;
    cursor: pointer;
    margin: 3px;
    font-family: verdana, sans-serif;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #CCC;
    border: 1px solid #CCC;
}
.jquery-slider-control:hover,
.jquery-slider-page:hover {
    border-color: #FFF;
    color: #FFF;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.jquery-slider-page-current {
    background: #986514;
}