﻿.scroller {
    height:100%; 
    width:2%; 
    min-width:1em; 
    position:absolute; 
    float:left;
    top:0;
}

.left-scroller {
    left:0; 
}

.right-scroller {
    right:0; 
}

.scroll-icon {
    top:50%;
}

.scrolling-container {
    overflow-x:hidden; 
    position:relative;
}

.scrolling-section {
    overflow-x:hidden;
    min-height:300px;
    width:96%;
    margin:0 auto;
    padding-bottom:200px;
}

.paging-container {
    width:96%;
    margin:0 auto;
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
    align-items:center
}

.paging-item {
    margin:10px 2px;
}