.ba-slider {
    position: relative;
    overflow: hidden;
}
 
.ba-slider img {
    width: 100%;
    display:block;
}
 
.ba-slider .resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.ba-slider .handle { /* Thin line seperator */
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:2px;
  margin-left:-2px;
 
  background: rgb(130, 190, 15);
  cursor: ew-resize;
  opacity: 0.3;
}

.ba-slider:hover .handle{opacity: 1; -webkit-transition: opacity 0.3s ease-in-out ; transition: opacity 0.3s ease-in-out;}
 
/*.ba-slider .handle:after { 
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
 
    content:'\21d4';
    color:white;
    font-weight:bold;
    font-size:36px;
    text-align:center;
    line-height:64px;
 
    background: #ffb800; 
    border:1px solid #e6a600;
    border-radius: 50%;
    transition:all 0.3s ease;
    box-shadow:
      0 2px 6px rgba(0,0,0,.3), 
      inset 0 2px 0 rgba(255,255,255,.5),
      inset 0 60px 50px -30px #ffd466;
}
*/
.ba-slider .handle .arrow:before{
    content: "";
    color: white;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: -18px;
    top: 48%;
}

.ba-slider:hover .handle .arrow:before{
    content: "\e251";
    color: white;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: -28px;
    top: 48%;
    transition: all 0.3s ease-in-out;
}

.ba-slider .handle .arrow:after{
    content: "";
    color: white;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: 10px;
    top: 48%;
}

.ba-slider:hover .handle .arrow:after{
    content: "\e250";
    color: white;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: 15px;
    top: 48%;
    transition: all 0.3s ease-in-out;  
}


.ba-slider .handle:after {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 56px;
    margin: -32px 0 0 -3px;
    content: '';
    color: white;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    line-height: 64px;
    transition: all 0.3s ease;
    background-image: url('../../script/plugin/images/handle.gif');
    background-repeat: no-repeat;
}

.ba-slider .handle.draggable:after {
    width: 8px;
    height: 56px;
    margin: -32px 0 0 -3px;
    line-height:64px;
    font-size:36px;
}
