.scrollWrap{
    overflow : hidden;
    height   : 100%;
    position : relative;
    z-index  : 1;
}
.scrollContent{
    height          : 100%;
    width           : 100%;
    padding         : 0 0 0 32px;
    position        : relative;
    left           : -18px;
    overflow        : auto;
    -moz-box-sizing : border-box;
    box-sizing      : border-box;
}

.fakeScrollBar{
    position            : absolute;
    background          : #8fa113;
    width               : 4px;
    border-radius       : 0px;
    right               : 18px;
    top                 : 0px;
    z-index             : 5;
	 
    cursأو : -moz-grab;
    cursأو : -webkit-grab;
	margin-top:12px;
	
}

.fakeScroll:hover .fakeScrollBar.fakescroll-grabbed{
    cursأو : -moz-grabbing;
    cursأو : -webkit-grabbing;
    background : #707f08;
}

body.fakescroll-grabbed{
    cursأو : -moz-grabbing;
    cursأو : -webkit-grabbing;
}

.fakeScroll{   height: 1px;
    margin: auto;
    width: 50%;
	padding: 0px 0 0;}
			.scrollContent{ padding-top:1em; padding-bottom:1em; }
            .scrollWrap{   border-radius:4px; -moz-box-sizing:border-box; box-sizing:border-box; }
            /* upper and bottom fades */
            .scrollWrap::before{ content:''; position:absolute; z-index:1; top:0; left:0; right:0; height:5%;
               
            }

            .scrollWrap::after{ content:''; position:absolute; z-index:1; bottom:0; left:0; right:0; height:5%;
               
            }
			
			
			