
.flexcroll {
/* Typical fixed height and fixed width example */
width: 140px;
height: 275px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin-top:3px;
margin-left: 11px;
#margin-left: 0px; /*IE*/
}

/* 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 .emptyspace1 {
	height: 285px;
	#height: 285px; /*IE*/
	}
.flexcrollactive .emptyspace2 {
	height: 285px;
	#height: 285px; /*IE*/
	}

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