.boxScroll{position:absolute;top:5%;width:30px;height:90%;right:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.boxScroll .boxScrollBtn,.boxScroll .scrollBtn{position:absolute;left:0;right:0;margin:auto;top:0;width:7px;height:100%;border-radius:9px;background-color:rgba(0,0,0,.1)}.boxScroll,.boxScroll .scrollBtn{cursor:pointer;box-sizing:border-box}.boxScroll .scrollBtn{height:30px;border-radius:7px;z-index:3;background-color:rgba(0,0,0,.5)}.boxScroll .arrowScroll{position:absolute;width:100%;height:5%;cursor:pointer;text-align:center;font-size:25px;background-color:rgba(255,255,255,.3)}.boxScroll .arrowScroll:hover{background-color:gray}.boxScroll .arrowTop{top:0;border-top-left-radius:10px;border-top-right-radius:10px}.boxScroll .arrowBottom{bottom:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px}