.comman_class {
    width: 100%;
}
.comman_class,
.comman_class > .frame {
    overflow-y: hidden;
    overflow-x: hidden;
}
.comman_class > .frame {
    position: relative;
}
.comman_class > .frame > .after {
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    z-index: 2;
}
.comman_class.horizontal > .frame > .after {
    border-right: 2px dashed #fff;
}
.comman_class.vertical > .frame > .after {
    border-bottom: 2px dashed #fff;
}
.comman_class > .frame > .before {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}
.comman_class > .frame > .after img,
.comman_class > .frame > .before img {
}
.comman_class [baSlider-handler] {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
	border: 2px solid #fff;
    background: #FFF;
    position: absolute;
    z-index: 3;
}
.comman_class [baSlider-handler] > img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}