.ui-slider
{
    height: 190px;
    width: 100%;
    margin: 0;
    border:none;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ui-slider-wheel
{
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 0ms;
    -webkit-animation-timing-function: ease-out;
}
.ui-slider-item > a
{
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
}

.ui-slider-item img
{
    width: 100%;
    height: 100%;
}


.ui-slider-group
{
    height: 100%;
    float: left;
}

.ui-slider-item
{
    height: 100%;
    width: 100%;
    background-color: #e3e3e3;
    text-align: center;
    top: 0;
    display: inline-block;
    overflow: hidden;
}

.ui-slider-item > p
{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height:normal;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 0;
    text-indent: 10px;
    margin: 0;
    pointer-events: none;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-slider-dots
{
    position: absolute;
    bottom: 0px;
    right: 0;
    margin: 0;
    padding: 0 4px;
    text-align: right;    
}

.ui-slider-dots b
{
    display: inline-block;
    margin: 0 4px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: rgba(144, 144, 144, 0.8);
}

.ui-slider-dots .ui-slider-dot-select
{
    background: #fff;
}

.ui-slider-dots .ui-slider-dot-select
{
    background: #fff;
}

.ui-slider-pre, .ui-slider-next
{
    position: absolute;
    z-index: 99;
    width: 20px;
    height: 40px;
    top: 50%;
    margin-top: -35px;
    background: rgba(0, 0, 0, 0.3) url(404.png) no-repeat;
    background-size: 35px 15px;
    outline: none;
    display:none;
}
.ui-slider-pre b, .ui-slider-next b
{
    display: inline-block;
    width: 50px;
    height: 60px;
    position: relative;
    top: -10px;
}

.ui-slider-pre b
{
    left: 0;
}
.ui-slider-next b
{
    left: -30px;
}
.ui-slider-pre
{
    background-position: 3px center;
    left: 0;
    border-radius: 0 20px 20px 0;
}

.ui-slider-next
{
    background-position: -18px center;
    right: 0;
    border-radius: 20px 0 0 20px;
}
