div.scrollingHotSpotLeft, div.scrollingHotSpotRight{min-width:75px;width:5%;height:100%;background-repeat:repeat;background-position:center center;position:absolute;z-index:200;background:rgba(0,0,0,0.5)}
div.scrollingHotSpotLeft{left:0}
div.scrollingHotSpotRight{right:0}
div.scrollingHotSpotLeftVisible, div.scrollingHotSpotRightVisible{background-color:rgba(0,0,0,0.99);background-repeat:no-repeat}
div.scrollingHotSpotLeft::after, div.scrollingHotSpotRight::after{position:absolute;border-style:solid;color:rgba(255,255,255,1);border-width:4px 4px 0 0;content:'';display:inline-block;height:15px;width:15px;}
div.scrollingHotSpotLeft::after{-webkit-transform:rotate(225deg);transform: rotate(225deg);top:calc(50% - 14px);left:calc(50% - 5px)}
div.scrollingHotSpotRight::after{-webkit-transform:rotate(45deg);transform: rotate(45deg);top:calc(50% - 14px);left:calc(50% - 5px)}
div.scrollingHotSpotLeftVisible::after, div.scrollingHotSpotRightVisible::after{color:rgba(255,255,255,1);opacity:1}
div.scrollWrapper{position:relative;overflow:hidden;width:100%;height:100%;}
div.scrollableArea{position:relative;width:auto;height:100%}