.flexcroll {
	width: 90%;
	height: 130px;
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF;
	margin: 0.3em auto;
	padding: 15px;
	border: 1px solid #33CC00;
	font-weight: normal;
	z-index: 1;
	text-align: left;
}

/* hesido: notice the addition of emptyspace holder, it should slightly be bigger than the containing div */
/* and it should only be that big when fleXcroll is active for better degradation */
/* version 1.9.1 and up adds flexcrollactive class, but the script should work with 1.8.9 and up */
.flexcrollactive .emptyspace {
	height: 260px;
	}

/* you may optionally want to hide the scrollbars */
#mycustomscroll .vscrollerbase {
	visibility: hidden !important;
}
