.listslider-container{
    overflow: hidden;
    padding-left:25px;
    padding-right:25px;
    background:#ffffff;
    /*box-shadow: inset 0 -3px 0 #f3f3f3;*/
    -moz-box-shadow: 0 2px 2px rgba(3,27,78,.05);
    -webkit-box-shadow: 0 2px 2px rgba(3,27,78,.05);
    box-shadow: 0 2px 2px rgba(3,27,78,.05);
}
.listslider-arrow{
    position: absolute;
    cursor:pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s linear, visibility 0.5s linear, left 0.1s linear, right 0.1s linear, text-shadow 0.1s linear;
    top: 0;
    line-height: 46px;
    font-size: 20px;
    min-width: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index:999;
    color: #007bff;
}

.listslider-arrow.active{
    opacity: 1;
    visibility: visible;
}


.listslider-arrow.listslider-right{
    right: 0;
    text-align: right;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.75)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.listslider-arrow.listslider-right.active:hover{
    right: -5px;
    text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
}


.listslider-arrow.listslider-left.active:hover{
    left: -5px;
    text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
}


.listslider-arrow.listslider-left{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.75))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    left: 0;
}

.listslider-arrow.listslider-right span{
  margin-right: 10px;
}

.listslider-arrow.listslider-left span{
  margin-left: 10px;
}

.listslider-wrapper{

}
.listslider{
}
ul.listslider{
    white-space: nowrap;
    clear: both;
    padding-left: 0;
}
ul.listslider li{
    list-style: none;
    display: inline-block;
    float: left;
}